[all-commits] [llvm/llvm-project] c531d3: [JITLink] Use DEBUG_WITH_TYPE, rather than definin...
lhames via All-commits
all-commits at lists.llvm.org
Mon Oct 18 20:42:03 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c531d3805d2b28a84f89cb482d7fba8dc1eb8d01
https://github.com/llvm/llvm-project/commit/c531d3805d2b28a84f89cb482d7fba8dc1eb8d01
Author: Lang Hames <lhames at gmail.com>
Date: 2021-10-18 (Mon, 18 Oct 2021)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/TableManager.h
Log Message:
-----------
[JITLink] Use DEBUG_WITH_TYPE, rather than defining DEBUG_TYPE.
This avoids defining DEBUG_TYPE in a public header.
More information about the All-commits
mailing list