aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
diff options
context:
space:
mode:
authorUsama Hameed <u_hameed@apple.com>2024-04-26 14:53:44 -0700
committerGitHub <noreply@github.com>2024-04-26 14:53:44 -0700
commitfefac5d5458a00b28860e0193928b30be85413cd (patch)
treed81ef1f9088c678740a8862f02bd49c5a7107845 /compiler-rt
parent3d5e9ab6d89bfe3454e2b6f80b4babaa69413a87 (diff)
downloadllvm-fefac5d5458a00b28860e0193928b30be85413cd.tar.gz
llvm-fefac5d5458a00b28860e0193928b30be85413cd.tar.bz2
llvm-fefac5d5458a00b28860e0193928b30be85413cd.zip
[ASan][Test] Remove hardcoded linker version from test (#90147)
This is not needed as the correct linker version is detected at configure time and passed to all tests on Darwin. rdar://125052667
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/test/asan/TestCases/Darwin/odr-lto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Darwin/odr-lto.cpp b/compiler-rt/test/asan/TestCases/Darwin/odr-lto.cpp
index 90c16776a63b..8d400800fe93 100644
--- a/compiler-rt/test/asan/TestCases/Darwin/odr-lto.cpp
+++ b/compiler-rt/test/asan/TestCases/Darwin/odr-lto.cpp
@@ -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
+// RUN: %clangxx_asan_lto %t-1.o %t-2.o -o %t -flto
// RUN: %run %t 2>&1 | FileCheck %s
#include <stdio.h>