96e3869315
/usr/bin/python3 (bsc#1212476). OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm13?expand=0&rev=51
14 lines
454 B
Diff
14 lines
454 B
Diff
Index: lld-10.0.0.src/ELF/Driver.cpp
|
|
===================================================================
|
|
--- lld-10.0.0.src.orig/ELF/Driver.cpp
|
|
+++ lld-10.0.0.src/ELF/Driver.cpp
|
|
@@ -693,7 +693,7 @@ getBuildId(opt::InputArgList &args) {
|
|
return {BuildIdKind::None, {}};
|
|
|
|
if (arg->getOption().getID() == OPT_build_id)
|
|
- return {BuildIdKind::Fast, {}};
|
|
+ return {BuildIdKind::Sha1, {}};
|
|
|
|
StringRef s = arg->getValue();
|
|
if (s == "fast")
|