diff --git a/test/DebugInfo/template.ll b/test/DebugInfo/X86/template.ll similarity index 98% rename from test/DebugInfo/template.ll rename to test/DebugInfo/X86/template.ll index 47173550c68..817bdc9cf70 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: