diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-04-25 18:08:33 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-04-25 18:08:33 +0000 |
commit | 4ea9bd72df538897eaf547f201cddcfb26b6c88f (patch) | |
tree | 24a635ad234b8bc1351ca51eb7caa87ec433546a /llvm/test | |
parent | e8e754da74094ec39ec2f37dac4ddd8132f200b4 (diff) | |
download | bcm5719-llvm-4ea9bd72df538897eaf547f201cddcfb26b6c88f.tar.gz bcm5719-llvm-4ea9bd72df538897eaf547f201cddcfb26b6c88f.zip |
[Hexagon] Use llvm-mc instead of llc in an MC testcase
llvm-svn: 267434
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/MC/Hexagon/elf-flags.ll | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/test/MC/Hexagon/elf-flags.ll b/llvm/test/MC/Hexagon/elf-flags.ll deleted file mode 100644 index ec1d22b38d7..00000000000 --- a/llvm/test/MC/Hexagon/elf-flags.ll +++ /dev/null @@ -1,9 +0,0 @@ -; RUN: llc -march=hexagon -mcpu=hexagonv4 --filetype=obj %s -o - | llvm-readobj -file-headers -elf-output-style=GNU | FileCheck --check-prefix=CHECK-V4 %s -; RUN: llc -march=hexagon -mcpu=hexagonv5 --filetype=obj %s -o - | llvm-readobj -file-headers -elf-output-style=GNU | FileCheck --check-prefix=CHECK-V5 %s -; RUN: llc -march=hexagon -mcpu=hexagonv55 --filetype=obj %s -o - | llvm-readobj -file-headers -elf-output-style=GNU | FileCheck --check-prefix=CHECK-V55 %s -; RUN: llc -march=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 |