summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/section-name.ll
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2015-01-16 08:38:45 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2015-01-16 08:38:45 +0000
commit60b721363c86ef4712aa26652ed6cbcd9768c3f9 (patch)
treecae8ca8d3c34df2ca31636f7d60f6609e9fc5f44 /llvm/test/CodeGen/ARM/section-name.ll
parent24b04aa393d683404aec0e77a5d3915ed8f65eb0 (diff)
downloadbcm5719-llvm-60b721363c86ef4712aa26652ed6cbcd9768c3f9.tar.gz
bcm5719-llvm-60b721363c86ef4712aa26652ed6cbcd9768c3f9.zip
Revert r226242 - Revert Revert Don't create new comdats in CodeGen
This breaks AddressSanitizer (ninja check-asan) on Windows llvm-svn: 226251
Diffstat (limited to 'llvm/test/CodeGen/ARM/section-name.ll')
-rw-r--r--llvm/test/CodeGen/ARM/section-name.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/section-name.ll b/llvm/test/CodeGen/ARM/section-name.ll
index a4c6054197f..a0aad4733bc 100644
--- a/llvm/test/CodeGen/ARM/section-name.ll
+++ b/llvm/test/CodeGen/ARM/section-name.ll
@@ -16,7 +16,7 @@ entry:
ret void
}
-; CHECK: .text
+; CHECK: .section .text.test3,"axG",%progbits,test3,comdat
; CHECK: .weak test3
; CHECK: .type test3,%function
define linkonce_odr void @test3() {
OpenPOWER on IntegriCloud