[all-commits] [llvm/llvm-project] d3557e: [Support] Use InitLLVM in llvm-stress, sancov and ...
Kai Nacke via All-commits
all-commits at lists.llvm.org
Tue Jul 28 04:51:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d3557ecede8e72b60df6a6d933d6c6ec16c48154
https://github.com/llvm/llvm-project/commit/d3557ecede8e72b60df6a6d933d6c6ec16c48154
Author: Anirudh Prasad <anirudh.prasad at ibm.com>
Date: 2020-07-28 (Tue, 28 Jul 2020)
Changed paths:
M llvm/tools/llvm-stress/llvm-stress.cpp
M llvm/tools/sancov/sancov.cpp
M llvm/utils/TableGen/TableGen.cpp
Log Message:
-----------
[Support] Use InitLLVM in llvm-stress, sancov and TableGen
This patch refactors the llvm tools namely, llvm-stress and sancov,
as well as the llvm TableGen utility, to use the new InitLLVM
interface which encapsulates PrettyStackTrace.
This is from https://reviews.llvm.org/D70702, but only for LLVM.
Reviewed-by: Kai
Differential Revision: https://reviews.llvm.org/D83484
More information about the All-commits
mailing list