summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/function-sections.c
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-05-22 20:44:03 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-05-22 20:44:03 +0000
commitb8a1293e0b150107455a2b56892562afe879c9c7 (patch)
tree609a146509c793a427a95cd595ddb0b9ea43d022 /clang/test/Driver/function-sections.c
parentebdd12cbf1372d513a41ad6be1f38e53f13dd541 (diff)
downloadbcm5719-llvm-b8a1293e0b150107455a2b56892562afe879c9c7.tar.gz
bcm5719-llvm-b8a1293e0b150107455a2b56892562afe879c9c7.zip
Make unique section names the default again.
Using non unique names found a bug in the ICF inplementation in gold: https://sourceware.org/bugzilla/show_bug.cgi?id=18440 This reverts commit r234143. llvm-svn: 238048
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