summaryrefslogtreecommitdiff
path: root/test/Driver/ppc-features.cpp
diff options
context:
space:
mode:
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>2015-02-10 20:36:08 +0000
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>2015-02-10 20:36:08 +0000
commitaf10efb26dacb672b9a41af8d35b09e32872236e (patch)
treece84314a32bec7d069eff12ebbf39ab1607045d5 /test/Driver/ppc-features.cpp
parent9e54ee5d01cd235f6ce1654c08d55fc7d47361f8 (diff)
downloadclang-af10efb26dacb672b9a41af8d35b09e32872236e.tar.gz
[PowerPC] Remove the --no-tls-optimize workaround from the clang driver
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@228739 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/ppc-features.cpp')
-rw-r--r--test/Driver/ppc-features.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Driver/ppc-features.cpp b/test/Driver/ppc-features.cpp
index feecf3ceed..39d6357dcc 100644
--- a/test/Driver/ppc-features.cpp
+++ b/test/Driver/ppc-features.cpp
@@ -132,10 +132,8 @@
// linker features
// RUN: %clang -target powerpc64-unknown-linux-gnu %s -### -o %t.o 2>&1 | FileCheck -check-prefix=CHECK_BE_LD_ARGS %s
// CHECK_BE_LD_ARGS: "elf64ppc"
-// CHECK_BE_LD_ARGS: "--no-tls-optimize"
// RUN: %clang -target powerpc64le-unknown-linux-gnu %s -### -o %t.o 2>&1 | FileCheck -check-prefix=CHECK_LE_LD_ARGS %s
// CHECK_LE_LD_ARGS: "elf64lppc"
-// CHECK_LE_LD_ARGS: "--no-tls-optimize"