summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
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