[PATCH] D89986: [AIX] do not emit visibility attribute into IR when there is -mignore-xcoff-visibility
Jason Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 26 07:44:35 PDT 2020
jasonliu added inline comments.
================
Comment at: clang/lib/CodeGen/BackendUtil.cpp:520
Options.DataSections = CodeGenOpts.DataSections;
- Options.IgnoreXCOFFVisibility = CodeGenOpts.IgnoreXCOFFVisibility;
Options.UniqueSectionNames = CodeGenOpts.UniqueSectionNames;
----------------
Instead of just removing this line, should this get replaced with the new LangOpts option?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89986/new/
https://reviews.llvm.org/D89986
More information about the cfe-commits
mailing list