diff options
author | Devang Patel <dpatel@apple.com> | 2011-01-06 22:30:05 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-01-06 22:30:05 +0000 |
commit | 666b3e9858d1c4a72e2c228588fbabf1a5a629ff (patch) | |
tree | 81f1dc50d311b7744cc0e0a8df11a8e4e79ac260 | |
parent | f5c65ffbd7374b6c8d9f1e361041578640cab320 (diff) |
Add target triple.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122980 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenCXX/debug-info-large-constant.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/debug-info-large-constant.cpp b/test/CodeGenCXX/debug-info-large-constant.cpp index 43f0463ac4..2daa1894e1 100644 --- a/test/CodeGenCXX/debug-info-large-constant.cpp +++ b/test/CodeGenCXX/debug-info-large-constant.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -g %s -o /dev/null +// RUN: %clang_cc1 -g -triple=x86_64-apple-darwin %s -o /dev/null // PR 8913 typedef __uint128_t word128; |