[PATCH] D97552: [clang][cli] Fix generation of '-fvisibility' with regards to '-mignore-xcoff-visibility'
Digger Lin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 5 14:08:49 PST 2021
DiggerLin added a comment.
in your summary , it looks clang will emit "-fvisibility default" to cc1 even if there is no -fvisibility in the clang command ? I compiled the clang with your patch, it looks do not always emit "-fvisibility default" to cc1. I understand wrong on your summary ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97552/new/
https://reviews.llvm.org/D97552
More information about the cfe-commits
mailing list