]> granicus.if.org Git - clang/commitdiff
[XRay] Remove -fPIC from shared build test.
authorDean Michael Berris <dberris@google.com>
Tue, 26 Sep 2017 04:00:41 +0000 (04:00 +0000)
committerDean Michael Berris <dberris@google.com>
Tue, 26 Sep 2017 04:00:41 +0000 (04:00 +0000)
Follow-up to D38226.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@314190 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/XRay/xray-shared-noxray.cpp

index dc6f8a125a5514d4db919390dda5326864ac0646..e6dd7e6292af509333413e9b894d9b1624efd1ba 100644 (file)
@@ -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