]> granicus.if.org Git - clang/commitdiff
tests: Force a triple in this test (so uint128 is present).
authorDaniel Dunbar <daniel@zuster.org>
Thu, 5 May 2011 18:54:06 +0000 (18:54 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 5 May 2011 18:54:06 +0000 (18:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130941 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/debug-info.c

index 8e7d66558dba9f091c9d192ec723f76eefa9308e..876c6c22423d21bb44f14909f08a5be4db158c24 100644 (file)
@@ -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