summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/function-sections.c
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-03-27 19:01:14 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-03-27 19:01:14 +0000
commitd053d20d0d02e9c49406352b0d5f05a580cc8a81 (patch)
treeb0daaf2142d1ea75df1cf30026f1d99aa74ad5d8 /clang/test/Driver/function-sections.c
parentbf28d3aa335ece9c745b20dc2e4f93e2d80771a4 (diff)
downloadbcm5719-llvm-d053d20d0d02e9c49406352b0d5f05a580cc8a81.tar.gz
bcm5719-llvm-d053d20d0d02e9c49406352b0d5f05a580cc8a81.zip
Revert "Don't use unique section names by default if using the integrated as."
This reverts commit r233393 while a debug a bot failure. llvm-svn: 233398
Diffstat (limited to 'clang/test/Driver/function-sections.c')
-rw-r--r--clang/test/Driver/function-sections.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/clang/test/Driver/function-sections.c b/clang/test/Driver/function-sections.c
index 6c243195f62..ba065b1367a 100644
--- a/clang/test/Driver/function-sections.c
+++ b/clang/test/Driver/function-sections.c
@@ -72,13 +72,3 @@
// RUN: -target i386-unknown-linux \
// RUN: -fno-unique-section-names \
// RUN: | FileCheck --check-prefix=CHECK-NOUS %s
-
-// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \
-// RUN: -target i386-unknown-linux \
-// RUN: -fno-integrated-as \
-// RUN: | FileCheck --check-prefix=CHECK-US %s
-
-// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \
-// RUN: -target i386-unknown-linux \
-// RUN: -fintegrated-as \
-// RUN: | FileCheck --check-prefix=CHECK-NOUS %s
OpenPOWER on IntegriCloud