diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/DebugInfo/X86/template.ll (renamed from test/DebugInfo/template.ll) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/template.ll b/test/DebugInfo/X86/template.ll index 4717355..817bdc9 100644 --- a/test/DebugInfo/template.ll +++ b/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: |