"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "a24f5cf2737bba1922a882f78dad51db7820e0a7"
[NFC][Debugify] Format the CheckModuleDebugify output
This fixes the output of the check-debugify option. Without the patch an example of running the option: $ opt -check-debugify test.ll -S -o testDebugify.ll CheckModuleDebugifySkipping module without debugify metadata After the patch: $ opt -check-debugify test.ll -S -o testDebugify.ll CheckModuleDebugify: Skipping module without debugify metadata Differential Revision: https://reviews.llvm.org/D80553
Loading
Please register or sign in to comment