Add target triple.

llvm-svn: 122980
This commit is contained in:
Devang Patel 2011-01-06 22:30:05 +00:00
parent e516af753b
commit c07c98f853
1 changed files with 1 additions and 1 deletions

View File

@ -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 // PR 8913
typedef __uint128_t word128; typedef __uint128_t word128;