forked from OSchip/llvm-project
[XRay] Remove -fPIC from shared build test.
Follow-up to D38226. llvm-svn: 314190
This commit is contained in:
parent
e935cbe86f
commit
f686a90fb2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue