[PATCH] D87451: add new option -mignore-xcoff-visibility
David Tenty via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 6 13:00:42 PDT 2020
daltenty added inline comments.
================
Comment at: llvm/lib/CodeGen/CommandFlags.cpp:339
+ "ignore-xcoff-visibility",
+ cl::desc("Not emit the visibility attribute for asm in AIX OS or give "
+ "all symbols 'unspecified' visibility in xcoff object file"),
----------------
nit: match description above
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87451/new/
https://reviews.llvm.org/D87451
More information about the cfe-commits
mailing list