commit | c07c98f8537509485b8015301a8da3db6072af9c | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Thu Jan 06 22:30:05 2011 +0000 |
committer | Devang Patel <dpatel@apple.com> | Thu Jan 06 22:30:05 2011 +0000 |
tree | c8cd89609fe4fa71234305eedece503c268d0b1a | |
parent | e516af753b1d339dac0f6718c95933c5e6211650 [diff] [blame] |
Add target triple. llvm-svn: 122980
diff --git a/clang/test/CodeGenCXX/debug-info-large-constant.cpp b/clang/test/CodeGenCXX/debug-info-large-constant.cpp index 43f0463..2daa189 100644 --- a/clang/test/CodeGenCXX/debug-info-large-constant.cpp +++ b/clang/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;