"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "ffcec8f0d8ab20d2c66e07a582acbda5e6c3775b"
[flang] Fix call to CHECK() on erroneous subroutine declaration
When processing declarations in resolve-names.cpp, we were returning a symbol that had SubprogramName details to PushSubprogramScope(), which expects a symbol with Subprogram details. I adjusted the code and added a test. Differential Revision: https://reviews.llvm.org/D89829
Loading
Please register or sign in to comment