diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-05-05 18:54:06 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-05-05 18:54:06 +0000 |
commit | b9bd56e7f717194dfefc1c388de59eb5ef35aa8a (patch) | |
tree | 806ee37da5351ae5d9d1598e99b0571b7b111ec1 | |
parent | ff365592d1878c0e454f288e30613664a72cff4c (diff) |
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
-rw-r--r-- | test/CodeGen/debug-info.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |