"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "07097e12d57327a188fd057308870bdf79472fcf"
Migrate deprecated DebugLoc::get to DILocation::get
This migrates all LLVM (except Kaleidoscope and CodeGen/StackProtector.cpp) DebugLoc::get to DILocation::get. The CodeGen/StackProtector.cpp usage may have a nullptr Scope and can trigger an assertion failure, so I don't migrate it. Reviewed By: #debug-info, dblaikie Differential Revision: https://reviews.llvm.org/D93087
Loading
Please register or sign in to comment