[PATCH] D15215: Emit function alias to data as a function symbol
Evgeniy Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 3 16:49:41 PST 2015
eugenis closed this revision.
eugenis added a comment.
r254674
================
Comment at: lib/CodeGen/AsmPrinter/AsmPrinter.cpp:1190
@@ -1189,1 +1189,3 @@
+ // Set the symbol type to function if the alias has a function type.
+ // This affects codegen when the aliasee is not a function.
----------------
fixed
Repository:
rL LLVM
http://reviews.llvm.org/D15215
More information about the llvm-commits
mailing list