File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %clang_cc1 -opaque-pointers %s -std=c++11 -triple=x86_64-apple-darwin10 -emit-llvm -o - | FileCheck %s
2
- // RUN: %clang_cc1 -opaque-pointers %s -std=c++11 -triple=x86_64-apple-darwin10 -fvisibility hidden -emit-llvm -o - | FileCheck %s -check-prefix=CHECK-HIDDEN
2
+ // RUN: %clang_cc1 -opaque-pointers %s -std=c++11 -triple=x86_64-apple-darwin10 -fvisibility= hidden -emit-llvm -o - | FileCheck %s -check-prefix=CHECK-HIDDEN
3
3
// For clang, "internal" is just an alias for "hidden". We could use it for some
4
4
// optimization purposes on 32-bit x86, but it's not worth it.
5
- // RUN: %clang_cc1 -opaque-pointers %s -std=c++11 -triple=x86_64-apple-darwin10 -fvisibility internal -emit-llvm -o - | FileCheck %s -check-prefix=CHECK-HIDDEN
5
+ // RUN: %clang_cc1 -opaque-pointers %s -std=c++11 -triple=x86_64-apple-darwin10 -fvisibility= internal -emit-llvm -o - | FileCheck %s -check-prefix=CHECK-HIDDEN
6
6
7
7
#define HIDDEN __attribute__ ((visibility(" hidden" )))
8
8
#define PROTECTED __attribute__ ((visibility(" protected" )))
You can’t perform that action at this time.
0 commit comments