e16eeb0094
to libclang-cpp.so similar to libLLVM.so. This is required when multiple versions of the library are loaded into the same process. (boo#1219405, boo#1221183, boo#1233220) - Require libffi when we build openmp for offloading. - Correct target name for libomptarget in file list. - Update llvm16.keyring from upstream. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm16?expand=0&rev=38
14 lines
665 B
Diff
14 lines
665 B
Diff
Index: lld-15.0.0rc2.src/ELF/Options.td
|
|
===================================================================
|
|
--- lld-15.0.0rc2.src.orig/ELF/Options.td
|
|
+++ lld-15.0.0rc2.src/ELF/Options.td
|
|
@@ -52,7 +52,7 @@ def Bstatic: F<"Bstatic">, HelpText<"Do
|
|
|
|
def build_id: J<"build-id=">, HelpText<"Generate build ID note">,
|
|
MetaVarName<"[fast,md5,sha1,uuid,0x<hexstring>]">;
|
|
-def : F<"build-id">, Alias<build_id>, AliasArgs<["fast"]>, HelpText<"Alias for --build-id=fast">;
|
|
+def : F<"build-id">, Alias<build_id>, AliasArgs<["sha1"]>, HelpText<"Alias for --build-id=sha1">;
|
|
|
|
defm check_sections: B<"check-sections",
|
|
"Check section addresses for overlaps (default)",
|