mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 23:56:05 +00:00

llvm-dwarutil.cpp redundantly calls to InitializeAllAsmParsers. That call might be removed as well as dependency on ${LLVM_TARGETS_TO_BUILD} Reviewed By: thakis Differential Revision: https://reviews.llvm.org/D131157