[PATCH] D98660: [AIX][XCOFF] Fixed the test case which failed at aix OS because enable -mignore-xcoff-visibility by default.
David Tenty via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 15 14:06:17 PDT 2021
daltenty accepted this revision.
daltenty added inline comments.
================
Comment at: clang/test/CodeGen/hidden-visibility.c:1
-// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 %s -fvisibility default -emit-llvm -o - | FileCheck %s
----------------
DiggerLin wrote:
> daltenty wrote:
> > dunno if this is also accepted, but I think we prefer an equal sign here:
> I do not think clang -cc1 support -fvisibility=default
I guess the cc1 argument form maybe different for some reason, so feel free to disregard.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98660/new/
https://reviews.llvm.org/D98660
More information about the cfe-commits
mailing list