Ensure we can emit symbol aliases via function attribute
even when function signatures contain incomplete types.
Via bugreport:
https://reviews.llvm.org/D66492#2350947
Differential D90073
[Clang][CodeGen] fix failed assertion nickdesaulniers on Oct 23 2020, 1:07 PM. Authored by
Details Ensure we can emit symbol aliases via function attribute Via bugreport:
Diff Detail
Unit Tests Event Timeline
Comment Actions Please make sure the commit message is significantly more descriptive here than what is on the review. |
Rather than isa<> followed by cast<>, this should be using dyn_cast<>. e.g.,