diff options
Diffstat (limited to 'test/CodeGen/pragma-visibility.c')
-rw-r--r-- | test/CodeGen/pragma-visibility.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/pragma-visibility.c b/test/CodeGen/pragma-visibility.c index 16460a2..a7fceb3 100644 --- a/test/CodeGen/pragma-visibility.c +++ b/test/CodeGen/pragma-visibility.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 #pragma GCC visibility push(hidden) int x = 2; |