diff options
Diffstat (limited to 'compiler-rt/test/xray/TestCases/Linux/pic_test.cc')
-rw-r--r-- | compiler-rt/test/xray/TestCases/Linux/pic_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/xray/TestCases/Linux/pic_test.cc b/compiler-rt/test/xray/TestCases/Linux/pic_test.cc index 004f6da2f43..09c40b9e031 100644 --- a/compiler-rt/test/xray/TestCases/Linux/pic_test.cc +++ b/compiler-rt/test/xray/TestCases/Linux/pic_test.cc @@ -1,7 +1,7 @@ // Test to check if we handle pic code properly. // RUN: %clangxx_xray -fxray-instrument -std=c++11 -fpic %s -o %t -// RUN: XRAY_OPTIONS="verbosity=1 xray_logfile_base=pic-test-logging-" %run %t 2>&1 | FileCheck %s +// RUN: XRAY_OPTIONS="patch_premain=true verbosity=1 xray_logfile_base=pic-test-logging-" %run %t 2>&1 | FileCheck %s // After all that, clean up the output xray log. // // RUN: rm pic-test-logging-* |