[all-commits] [llvm/llvm-project] 650308: [NFC][Debugify] Format the CheckModuleDebugify output
Djordje Todorovic via All-commits
all-commits at lists.llvm.org
Wed May 27 01:33:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 65030821d4a6af94b84a33e66a40c08ca26f1526
https://github.com/llvm/llvm-project/commit/65030821d4a6af94b84a33e66a40c08ca26f1526
Author: Djordje Todorovic <djordje.todorovic at syrmia.com>
Date: 2020-05-27 (Wed, 27 May 2020)
Changed paths:
M llvm/lib/Transforms/Utils/Debugify.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list