From c0abc2e7f2f6fa704dea6f5b521fe08a5f1d96d9 Mon Sep 17 00:00:00 2001 From: Puyan Lotfi Date: Sat, 12 Oct 2019 02:46:57 +0000 Subject: [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 --- clang/test/InterfaceStubs/object-float.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/test/InterfaceStubs/object-float.c') 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; -- cgit v1.2.3