[PATCH] D15323: Add Available Externally linkage type to isWeakForLinker()
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 8 05:57:48 PST 2015
rafael accepted this revision.
rafael added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/Transforms/GlobalOpt/available_externally_global_ctors.ll:18
@@ +17,3 @@
+
+; Function Attrs: norecurse nounwind readnone ssp uwtable
+define internal void @foo_impl() #0 {
----------------
Please clean up the test.
You don't need the comments, the #0, the alignment, etc.
http://reviews.llvm.org/D15323
More information about the llvm-commits
mailing list