[PATCH] D96963: [lld/mac] reject -undefined warning and -undefined suppress with -twolevel_namespace
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 18 13:05:18 PST 2021
int3 accepted this revision.
int3 added a comment.
This revision is now accepted and ready to land.
Thanks for the cleanup!
================
Comment at: lld/test/MachO/treat-undef-sym.s:25
+# INVAL_WARNING: error: '-undefined warning' only valid with '-flat_namespace'
+# INVAL_WARNING-NEXT: error: undefined symbol: _bar
+
----------------
nit: can we use hyphens instead of underscores so we don't have mixed separators?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96963/new/
https://reviews.llvm.org/D96963
More information about the llvm-commits
mailing list