summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2015-02-13 07:52:39 +0000
committerChandler Carruth <chandlerc@gmail.com>2015-02-13 07:52:39 +0000
commitd99f427e31377e93cf40690cb521850a2b755233 (patch)
tree8d9813019fc24462da325057a31918e06c2f0a99 /llvm/test/CodeGen
parent191b57478e2bdb46d2c2155ba3e3fe19f2e5d731 (diff)
downloadbcm5719-llvm-d99f427e31377e93cf40690cb521850a2b755233.tar.gz
bcm5719-llvm-d99f427e31377e93cf40690cb521850a2b755233.zip
Revert a series of commits starting at r228886 which is triggering some
regressions for LLDB on Linux. Rafael indicated on lldb-dev that we should just go ahead and revert these but that he wasn't at a computer. The patches backed out are as follows: r228980: Add support for having multiple sections with the name and ... r228889: Invert the section relocation map. r228888: Use the existing SymbolTableIndex intsead of doing a lookup. r228886: Create the Section -> Rel Section map when it is first needed. These patches look pretty nice to me, so hoping its not too hard to get them re-instated. =D llvm-svn: 229080
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/X86/non-unique-sections.ll15
1 files changed, 0 insertions, 15 deletions
diff --git a/llvm/test/CodeGen/X86/non-unique-sections.ll b/llvm/test/CodeGen/X86/non-unique-sections.ll
deleted file mode 100644
index e588b9dda98..00000000000
--- a/llvm/test/CodeGen/X86/non-unique-sections.ll
+++ /dev/null
@@ -1,15 +0,0 @@
-; RUN: llc < %s -mtriple=x86_64-pc-linux -function-sections -unique-section-names=false | FileCheck %s
-
-; CHECK: .section .text,"ax",@progbits,unique
-; CHECK-NOT: section
-; CHECK: f:
-define void @f() {
- ret void
-}
-
-; CHECK: .section .text,"ax",@progbits,unique
-; CHECK-NOT: section
-; CHECK: g:
-define void @g() {
- ret void
-}
OpenPOWER on IntegriCloud