[XRay] Remove -fPIC from shared build test.

Follow-up to D38226.

llvm-svn: 314190
This commit is contained in:
Dean Michael Berris 2017-09-26 04:00:41 +00:00
parent e935cbe86f
commit f686a90fb2
1 changed files with 1 additions and 1 deletions

View 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