From e5c8f5f684e68d7a6688148ac3850d5484eb24ff Mon Sep 17 00:00:00 2001 From: Dean Michael Berris Date: Tue, 26 Sep 2017 04:00:41 +0000 Subject: [PATCH] [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 --- test/Driver/XRay/xray-shared-noxray.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0