diff options
-rw-r--r-- | llvm/test/DebugInfo/X86/parameters.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/parameters.ll b/llvm/test/DebugInfo/X86/parameters.ll index e83f1146493..6834f4b0d20 100644 --- a/llvm/test/DebugInfo/X86/parameters.ll +++ b/llvm/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: |