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 11// 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
33// For clang, "internal" is just an alias for "hidden". We could use it for some
44// 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
66
77#define HIDDEN __attribute__ ((visibility(" hidden" )))
88#define PROTECTED __attribute__ ((visibility(" protected" )))
You can’t perform that action at this time.
0 commit comments