From: Daniel Dunbar Date: Thu, 5 May 2011 18:54:06 +0000 (+0000) Subject: tests: Force a triple in this test (so uint128 is present). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9bd56e7f717194dfefc1c388de59eb5ef35aa8a;p=clang tests: Force a triple in this test (so uint128 is present). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130941 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/debug-info.c b/test/CodeGen/debug-info.c index 8e7d66558d..876c6c2242 100644 --- a/test/CodeGen/debug-info.c +++ b/test/CodeGen/debug-info.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -o %t -emit-llvm -g %s +// RUN: %clang_cc1 -triple x86_64-unk-unk -o %t -emit-llvm -g %s // RUN: FileCheck --input-file=%t %s // PR3023