diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/DebugInfo/X86/parameters.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/parameters.ll b/test/DebugInfo/X86/parameters.ll index e83f114..6834f4b 100644 --- a/test/DebugInfo/X86/parameters.ll +++ b/test/DebugInfo/X86/parameters.ll @@ -1,6 +1,6 @@ ; REQUIRES: object-emission ; -; RUN: llc -O0 -filetype=obj < %s > %t +; RUN: llc -mtriple=x86_64-unknown-linux-gnu -O0 -filetype=obj < %s > %t ; RUN: llvm-dwarfdump %t | FileCheck %s ; Test case derived from compiling the following source with clang -g: |