summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/tls-windows-itanium.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/tls-windows-itanium.ll')
-rw-r--r--llvm/test/CodeGen/X86/tls-windows-itanium.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/tls-windows-itanium.ll b/llvm/test/CodeGen/X86/tls-windows-itanium.ll
index 20ac0990196..7de4e1b5dd2 100644
--- a/llvm/test/CodeGen/X86/tls-windows-itanium.ll
+++ b/llvm/test/CodeGen/X86/tls-windows-itanium.ll
@@ -1,5 +1,5 @@
; RUN: llc -mtriple i686-windows-itanium -filetype asm -o - %s | FileCheck %s -check-prefix CHECK-ASM
-; RUN: llc -mtriple i686-windows-itanium -filetype obj -o - %s | llvm-readobj -relocations - | FileCheck %s -check-prefix CHECK-OBJ
+; RUN: llc -mtriple i686-windows-itanium -filetype obj -o - %s | llvm-readobj -r - | FileCheck %s -check-prefix CHECK-OBJ
@get_count_incremented.count = internal thread_local unnamed_addr global i32 0, align 4
OpenPOWER on IntegriCloud