[compiler-rt] [ASan][Test] Remove hardcoded linker version from test (PR #90147)

Roy Sundahl via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 26 09:30:30 PDT 2024


================
@@ -5,7 +5,7 @@
 
 // RUN: %clangxx_asan -DPART=0 -c %s -o %t-1.o -flto -mllvm -asan-use-private-alias
 // RUN: %clangxx_asan -DPART=1 -c %s -o %t-2.o -flto -mllvm -asan-use-private-alias
-// RUN: %clangxx_asan_lto %t-1.o %t-2.o -o %t -flto -mlinker-version=133
----------------
rsundahl wrote:

Is this a case where the test needed a minimum version of the linker initially, but now that version is too old?

https://github.com/llvm/llvm-project/pull/90147


More information about the llvm-commits mailing list