-
Notifications
You must be signed in to change notification settings - Fork 796
[clang-linker-wrapper][NFC] Re-order command line arguments. #20323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Set `llvm-link` parameters before input/output files. `llvm-link <params> <input files> -o <output file>`
hchilama
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM -Driver
|
https://github.com/intel/llvm/actions/runs/18359270574/job/52300290856?pr=20323 - SYCL end-to-end tests exceeded time limit on Gen12 platform but pass on all other targets. |
Set
llvm-linkparameters before input/output files.llvm-link <params> <input files> -o <output file>