diff options
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/pic-static.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/pic-static.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/pic-static.ll b/llvm/test/CodeGen/Hexagon/pic-static.ll index f4ccc6b9ee7..66d7734f2cf 100644 --- a/llvm/test/CodeGen/Hexagon/pic-static.ll +++ b/llvm/test/CodeGen/Hexagon/pic-static.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=hexagon -mcpu=hexagonv5 -relocation-model=pic < %s | FileCheck %s +; RUN: llc -mtriple=hexagon-- -mcpu=hexagonv5 -relocation-model=pic < %s | FileCheck %s ; CHECK-DAG: r{{[0-9]+}} = add({{pc|PC}}, ##_GLOBAL_OFFSET_TABLE_@PCREL) ; CHECK-DAG: r{{[0-9]+}} = add({{pc|PC}}, ##x@PCREL) |