summaryrefslogtreecommitdiffstats
path: root/clang/test/InterfaceStubs/object-float.c
diff options
context:
space:
mode:
authorPuyan Lotfi <puyan@puyan.org>2019-10-12 02:46:57 +0000
committerPuyan Lotfi <puyan@puyan.org>2019-10-12 02:46:57 +0000
commitc0abc2e7f2f6fa704dea6f5b521fe08a5f1d96d9 (patch)
tree31d3280bc628c28c52b32cbdbd705f0d32455386 /clang/test/InterfaceStubs/object-float.c
parentaf1d27e3011ae858b67e9d43c7fd76131e6d4946 (diff)
downloadbcm5719-llvm-c0abc2e7f2f6fa704dea6f5b521fe08a5f1d96d9.tar.gz
bcm5719-llvm-c0abc2e7f2f6fa704dea6f5b521fe08a5f1d96d9.zip
[clang][IFS] Updating tests to pass on -fvisibility=hidden builds (NFCi).
Special thanks to JamesNagurne who got to the bottom of this; landing this on his behalf. Differential Revision: https://reviews.llvm.org/D68897 llvm-svn: 374632
Diffstat (limited to 'clang/test/InterfaceStubs/object-float.c')
-rw-r--r--clang/test/InterfaceStubs/object-float.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/InterfaceStubs/object-float.c b/clang/test/InterfaceStubs/object-float.c
index 6dd056bb852..be51e86ca33 100644
--- a/clang/test/InterfaceStubs/object-float.c
+++ b/clang/test/InterfaceStubs/object-float.c
@@ -1,3 +1,3 @@
-// RUN: not %clang -o - -emit-interface-stubs %s %S/object.c 2>&1 | FileCheck %s
+// RUN: not %clang -fvisibility=default -o - -emit-interface-stubs %s %S/object.c 2>&1 | FileCheck %s
// CHECK: error: Interface Stub: Size Mismatch
-double data = 42.0; \ No newline at end of file
+double data = 42.0;
OpenPOWER on IntegriCloud