summaryrefslogtreecommitdiff
path: root/test/Driver/XRay/xray-shared-noxray.cpp
diff options
context:
space:
mode:
authorDean Michael Berris <dberris@google.com>2017-09-26 04:00:41 +0000
committerDean Michael Berris <dberris@google.com>2017-09-26 04:00:41 +0000
commite5c8f5f684e68d7a6688148ac3850d5484eb24ff (patch)
treed5eaf43a1605b36422ffc71a442acc40ba7d408b /test/Driver/XRay/xray-shared-noxray.cpp
parent25665b1d60d419856f23845f68ed0bc4883d92d8 (diff)
downloadclang-e5c8f5f684e68d7a6688148ac3850d5484eb24ff.tar.gz
[XRay] Remove -fPIC from shared build test.
Follow-up to D38226. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@314190 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/XRay/xray-shared-noxray.cpp')
-rw-r--r--test/Driver/XRay/xray-shared-noxray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/XRay/xray-shared-noxray.cpp b/test/Driver/XRay/xray-shared-noxray.cpp
index dc6f8a125a..e6dd7e6292 100644
--- a/test/Driver/XRay/xray-shared-noxray.cpp
+++ b/test/Driver/XRay/xray-shared-noxray.cpp
@@ -1,4 +1,4 @@
-// RUN: %clangxx -shared -fPIC -o /dev/null -v -fxray-instrument %s 2>&1 | \
+// RUN: %clangxx -shared -o /dev/null -v -fxray-instrument %s 2>&1 | \
// RUN: FileCheck %s --check-prefix=SHARED
// RUN: %clangxx -static -o /dev/null -v -fxray-instrument %s 2>&1 -DMAIN | \
// RUN: FileCheck %s --check-prefix=STATIC