aboutsummaryrefslogtreecommitdiff
path: root/test/MC/Hexagon
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2016-04-25 18:09:36 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2016-04-25 18:09:36 +0000
commit4eb3510bcdce4faed160abf7d291a8868054ccd1 (patch)
tree06329ad76df9e6b0783992a99621bd9b06286c0f /test/MC/Hexagon
parent2cbb474b0b73bb3e4854bf21ae30cbb7cb00a7d7 (diff)
downloadllvm-4eb3510bcdce4faed160abf7d291a8868054ccd1.tar.gz
[Hexagon] Use llvm-mc instead of llc in an MC testcase
Remember to svn add the new file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267435 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Hexagon')
-rw-r--r--test/MC/Hexagon/elf-flags.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/MC/Hexagon/elf-flags.s b/test/MC/Hexagon/elf-flags.s
new file mode 100644
index 00000000000..94dce815214
--- /dev/null
+++ b/test/MC/Hexagon/elf-flags.s
@@ -0,0 +1,9 @@
+# RUN: llvm-mc -arch=hexagon -mcpu=hexagonv4 --filetype=obj %s -o - | llvm-readobj -file-headers -elf-output-style=GNU | FileCheck --check-prefix=CHECK-V4 %s
+# RUN: llvm-mc -arch=hexagon -mcpu=hexagonv5 --filetype=obj %s -o - | llvm-readobj -file-headers -elf-output-style=GNU | FileCheck --check-prefix=CHECK-V5 %s
+# RUN: llvm-mc -arch=hexagon -mcpu=hexagonv55 --filetype=obj %s -o - | llvm-readobj -file-headers -elf-output-style=GNU | FileCheck --check-prefix=CHECK-V55 %s
+# RUN: llvm-mc -arch=hexagon -mcpu=hexagonv60 --filetype=obj %s -o - | llvm-readobj -file-headers -elf-output-style=GNU | FileCheck --check-prefix=CHECK-V60 %s
+
+# CHECK-V4: Flags: 0x3
+# CHECK-V5: Flags: 0x4
+# CHECK-V55: Flags: 0x5
+# CHECK-V60: Flags: 0x60