Skip to content

Commit fefac5d

Browse files
authored
[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
1 parent 3d5e9ab commit fefac5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/asan/TestCases/Darwin/odr-lto.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// RUN: %clangxx_asan -DPART=0 -c %s -o %t-1.o -flto -mllvm -asan-use-private-alias
77
// RUN: %clangxx_asan -DPART=1 -c %s -o %t-2.o -flto -mllvm -asan-use-private-alias
8-
// RUN: %clangxx_asan_lto %t-1.o %t-2.o -o %t -flto -mlinker-version=133
8+
// RUN: %clangxx_asan_lto %t-1.o %t-2.o -o %t -flto
99
// RUN: %run %t 2>&1 | FileCheck %s
1010

1111
#include <stdio.h>

0 commit comments

Comments
 (0)