summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/DebugInfo/X86/template.ll (renamed from llvm/test/DebugInfo/template.ll)2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/template.ll b/llvm/test/DebugInfo/X86/template.ll
index 47173550c68..817bdc9cf70 100644
--- a/llvm/test/DebugInfo/template.ll
+++ b/llvm/test/DebugInfo/X86/template.ll
@@ -1,6 +1,6 @@
; REQUIRES: object-emission
-; RUN: llc -O0 -filetype=obj < %s > %t
+; RUN: llc -mtriple=x86_64-linux -O0 -filetype=obj < %s > %t
; RUN: llvm-dwarfdump %t | FileCheck %s
; IR generated with `clang++ -g -emit-llvm -S` from the following code:
OpenPOWER on IntegriCloud