From: Dean Michael Berris Date: Tue, 26 Sep 2017 04:00:41 +0000 (+0000) Subject: [XRay] Remove -fPIC from shared build test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5c8f5f684e68d7a6688148ac3850d5484eb24ff;p=clang [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 --- 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