diff options
author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2012-04-25 09:28:10 +0000 |
---|---|---|
committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2012-04-25 09:28:10 +0000 |
commit | 99f8f17c2ad322e91a8ff747237685c5f46bd80d (patch) | |
tree | 06eea1950898b691cf62f45857dfb9e040729d1c | |
parent | 3e8479d97f59594ac90799f3ff831ac3b2b81c48 (diff) |
Make asan-ld test windows-safe.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155543 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Driver/asan-ld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/asan-ld.c b/test/Driver/asan-ld.c index feb8e21a7d..daf046b537 100644 --- a/test/Driver/asan-ld.c +++ b/test/Driver/asan-ld.c @@ -6,7 +6,7 @@ // RUN: | FileCheck --check-prefix=CHECK-LINUX %s // CHECK-LINUX: "{{.*}}ld{{(.exe)?}}" // CHECK-LINUX-NOT: "-lc" -// CHECK-LINUX: lib/linux/libclang_rt.asan-i386.a" +// CHECK-LINUX: libclang_rt.asan-i386.a" // CHECK-LINUX: "-lpthread" // CHECK-LINUX: "-ldl" // CHECK-LINUX: "-export-dynamic" |