diff options
Diffstat (limited to 'test/CodeGen/2008-04-08-NoExceptions.c')
-rw-r--r-- | test/CodeGen/2008-04-08-NoExceptions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2008-04-08-NoExceptions.c b/test/CodeGen/2008-04-08-NoExceptions.c index 6d5d20f..ab2781b 100644 --- a/test/CodeGen/2008-04-08-NoExceptions.c +++ b/test/CodeGen/2008-04-08-NoExceptions.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s +// RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s | FileCheck %s void f(void); void g(void) { |