diff options
author | Nico Rieck <nico.rieck@gmail.com> | 2013-04-14 21:18:36 +0000 |
---|---|---|
committer | Nico Rieck <nico.rieck@gmail.com> | 2013-04-14 21:18:36 +0000 |
commit | 334c7bc7eb24cf735008f49b944080f79931a021 (patch) | |
tree | 79b911437de286b7dab3b2db14138e20fa3c9eca /llvm/test/MC/Mips/mips64-alu-instructions.s | |
parent | 1fae19555797cad0af7db788a30dd4cc2bc63f6c (diff) | |
download | bcm5719-llvm-334c7bc7eb24cf735008f49b944080f79931a021.tar.gz bcm5719-llvm-334c7bc7eb24cf735008f49b944080f79931a021.zip |
Use object file specific section type for initial text section
llvm-svn: 179494
Diffstat (limited to 'llvm/test/MC/Mips/mips64-alu-instructions.s')
-rw-r--r-- | llvm/test/MC/Mips/mips64-alu-instructions.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/MC/Mips/mips64-alu-instructions.s b/llvm/test/MC/Mips/mips64-alu-instructions.s index 1b4ebdfbbd4..04583f9ce64 100644 --- a/llvm/test/MC/Mips/mips64-alu-instructions.s +++ b/llvm/test/MC/Mips/mips64-alu-instructions.s @@ -1,7 +1,6 @@ # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips64r2 | FileCheck %s # Check that the assembler can handle the documented syntax # for arithmetic and logical instructions. -# CHECK: .section __TEXT,__text,regular,pure_instructions #------------------------------------------------------------------------------ # Logical instructions #------------------------------------------------------------------------------ |