[PATCH] D41311: [CodeGen] Fix crash when a function taking transparent union is redeclared.
Volodymyr Sapsai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 4 13:06:56 PST 2018
vsapsai reopened this revision.
vsapsai added a comment.
This revision is now accepted and ready to land.
The fix wasn't entirely correct and was reverted in r321306 as it caused test failures
FAIL: imp.execution_time
FAIL: 2007-01-04-KNR-Args.execution_time
FAIL: sse_expandfft.execution_time
FAIL: sse_stepfft.execution_time
in LLVM test suite. Will push new revision with better fix shortly.
Repository:
rC Clang
https://reviews.llvm.org/D41311
More information about the cfe-commits
mailing list