"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "d1f8b8162b11bebb948f9361f578263e4b847039"
Fix a bug in the LLParser where we failed to diagnose landingpads with...
Fix a bug in the LLParser where we failed to diagnose landingpads with non-constant clause operands. Fixing this also exposed a related issue where the landingpad under construction was not cleaned up when an error was raised, which would cause bad reference errors before the error could actually be printed. llvm-svn: 231634
Loading
Please register or sign in to comment