summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/dl_iterate_phdr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/tsan/dl_iterate_phdr.cc')
-rw-r--r--compiler-rt/test/tsan/dl_iterate_phdr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/tsan/dl_iterate_phdr.cc b/compiler-rt/test/tsan/dl_iterate_phdr.cc
index 3c9821bf458..4a1fcc21c9c 100644
--- a/compiler-rt/test/tsan/dl_iterate_phdr.cc
+++ b/compiler-rt/test/tsan/dl_iterate_phdr.cc
@@ -1,5 +1,5 @@
// RUN: %clangxx_tsan -O1 %s -DBUILD_SO -fPIC -shared -o %t-so.so
-// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
+// RUN: %clangxx_tsan -O1 %s %link_libcxx_tsan -o %t && %run %t 2>&1 | FileCheck %s
// dl_iterate_phdr doesn't exist on OS X.
// UNSUPPORTED: darwin
OpenPOWER on IntegriCloud