summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/scudo/interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/scudo/interface.cpp')
-rw-r--r--compiler-rt/test/scudo/interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/scudo/interface.cpp b/compiler-rt/test/scudo/interface.cpp
index f9353066efa..55de174322b 100644
--- a/compiler-rt/test/scudo/interface.cpp
+++ b/compiler-rt/test/scudo/interface.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_scudo %s -o %t
+// RUN: %clang_scudo %s -lstdc++ -o %t
// RUN: %run %t 2>&1
// Tests that the sanitizer interface functions behave appropriately.
OpenPOWER on IntegriCloud