[PATCH] D15525: [GCC] Attribute ifunc support in llvm

Anton Korobeynikov via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 18 08:36:50 PDT 2016


asl added a subscriber: asl.

================
Comment at: lib/CodeGen/AsmPrinter/AsmPrinter.cpp:1126
@@ +1125,3 @@
+  else
+    assert(GIS.hasLocalLinkage() && "Invalid alias linkage");
+
----------------
Why alias? Shouldn't this be llvm_unreachable?


http://reviews.llvm.org/D15525





More information about the llvm-commits mailing list