[clang] [clang-sycl-linker] Add static archive (.a) support (PR #202829)
Nick Sarnie via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 11 08:19:39 PDT 2026
================
@@ -50,7 +50,10 @@ be passed down to downstream AOT compilation tools like 'ocloc' and 'opencl-aot'
-help-hidden Display all available options
-help Display available options (--help-hidden for more)
-L <dir> Add <dir> to the library search path
- --bc-library <name> Add LLVM bitcode library <name> (with extension) to the link. A relative <name> is resolved against -L paths; an absolute path is taken as-is.
+ -l <libname> Search for library <libname>
----------------
sarnex wrote:
I'm confident I can help you reproduce the problem, if instead you would prefer to investigate the failures and try to reland the other PR, I would support that instead of duplicating a decent amount of logic
https://github.com/llvm/llvm-project/pull/202829
More information about the cfe-commits
mailing list