[PATCH] D87451: add new clang option -mno-xcoff-visibility
David Tenty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 22 15:51:15 PDT 2020
daltenty added inline comments.
================
Comment at: llvm/include/llvm/Target/TargetMachine.h:265
+ /// corresponding to -mno-xcoff-visibility.
+ bool getNoXCOFFVisibility() const { return Options.NoXCOFFVisibility; }
+
----------------
This seems like it needs the corresponding comand-line option for llc added and an llc test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87451/new/
https://reviews.llvm.org/D87451
More information about the llvm-commits
mailing list