diff options
Diffstat (limited to 'llvm/test/CodeGen/Hexagon')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/pic-simple.ll | 2 | ||||
-rw-r--r-- | llvm/test/CodeGen/Hexagon/pic-static.ll | 2 | ||||
-rw-r--r-- | llvm/test/CodeGen/Hexagon/tls_static.ll | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/Hexagon/pic-simple.ll b/llvm/test/CodeGen/Hexagon/pic-simple.ll index fa223d5372e..46d95204f2e 100644 --- a/llvm/test/CodeGen/Hexagon/pic-simple.ll +++ b/llvm/test/CodeGen/Hexagon/pic-simple.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: r{{[0-9]+}} = add({{pc|PC}}, ##_GLOBAL_OFFSET_TABLE_@PCREL) ; CHECK: r{{[0-9]+}} = memw(r{{[0-9]+}}{{.*}}+{{.*}}##src@GOT) 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) diff --git a/llvm/test/CodeGen/Hexagon/tls_static.ll b/llvm/test/CodeGen/Hexagon/tls_static.ll index ad2ca716b70..dbd3bd7b4ba 100644 --- a/llvm/test/CodeGen/Hexagon/tls_static.ll +++ b/llvm/test/CodeGen/Hexagon/tls_static.ll @@ -1,4 +1,4 @@ -; RUN: llc -O0 -march=hexagon -relocation-model=static < %s | FileCheck %s +; RUN: llc -O0 -mtriple=hexagon-- -relocation-model=static < %s | FileCheck %s @dst_le = thread_local global i32 0, align 4 @src_le = thread_local global i32 0, align 4 |