[PATCH] D15215: Emit function alias to data as a function symbol
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 3 16:33:06 PST 2015
pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.
LGTM with nit
================
Comment at: lib/CodeGen/AsmPrinter/AsmPrinter.cpp:1190
@@ -1189,1 +1189,3 @@
+ // If the alias has a function type and the aliasee is not a function,
+ // explicitly switch the symbol type to function.
----------------
Comment is no longer accurate.
Repository:
rL LLVM
http://reviews.llvm.org/D15215
More information about the llvm-commits
mailing list