[all-commits] [llvm/llvm-project] c8f84b: [Clang][CodeGen] fix failed assertion
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Mon Oct 26 11:38:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c8f84bd0947d770a5df5e15d568a25a4f190df0b
https://github.com/llvm/llvm-project/commit/c8f84bd0947d770a5df5e15d568a25a4f190df0b
Author: Nick Desaulniers <ndesaulniers at google.com>
Date: 2020-10-26 (Mon, 26 Oct 2020)
Changed paths:
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/test/CodeGen/alias.c
Log Message:
-----------
[Clang][CodeGen] fix failed assertion
Ensure we can emit symbol aliases via function attribute
even when function signatures contain incomplete types.
Via bugreport:
https://reviews.llvm.org/D66492#2350947
Reviewed By: erichkeane
Differential Revision: https://reviews.llvm.org/D90073
More information about the All-commits
mailing list