From fb2c145498ad169f9fe57139fb245f62414d4b1d Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 24 Jun 2013 13:19:47 +0000 Subject: [PATCH] llvm/test/DebugInfo/arguments.ll: Add explicit -mtriple=x86_64-unknown-unknown. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184729 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/arguments.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DebugInfo/arguments.ll b/test/DebugInfo/arguments.ll index 30bc870547f..6f99f87ee00 100644 --- a/test/DebugInfo/arguments.ll +++ b/test/DebugInfo/arguments.ll @@ -1,6 +1,6 @@ ; REQUIRES: object-emission -; RUN: llc -O0 -filetype=obj < %s > %t +; RUN: llc -mtriple=x86_64-unknown-unknown -O0 -filetype=obj < %s > %t ; RUN: llvm-dwarfdump %t | FileCheck %s ; IR generated from clang -g with the following source: -- 2.34.1