summaryrefslogtreecommitdiff
path: root/bolt/test/runtime/X86/pie-exceptions-split.test
diff options
context:
space:
mode:
Diffstat (limited to 'bolt/test/runtime/X86/pie-exceptions-split.test')
-rw-r--r--bolt/test/runtime/X86/pie-exceptions-split.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/bolt/test/runtime/X86/pie-exceptions-split.test b/bolt/test/runtime/X86/pie-exceptions-split.test
index 499e9016602a..124fef60fd2d 100644
--- a/bolt/test/runtime/X86/pie-exceptions-split.test
+++ b/bolt/test/runtime/X86/pie-exceptions-split.test
@@ -1,7 +1,7 @@
## Check that BOLT successfully splits C++ exception-handling code for
## PIEs or shared objects.
-REQUIRES: system-linux
+REQUIRES: system-linux,bolt-runtime
RUN: %clangxx %cxxflags -pie -fPIC %p/Inputs/exceptions_split.cpp -Wl,-q -o %t
RUN: llvm-bolt %t -o %t.instr --instrument --instrumentation-file=%t.fdata