mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 13:06:56 +00:00
[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
This commit is contained in:
parent
3d5e9ab6d8
commit
fefac5d545
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user