diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/section-name.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/section-name.ll | 2 |
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() { |