[PATCH] D118520: [clang-tidy] Output currently processing check and nodes on crash
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 3 04:51:52 PST 2022
njames93 added inline comments.
================
Comment at: clang-tools-extra/test/CMakeLists.txt:100
+
+ llvm_add_library(
+ CTCrashTestTrace
----------------
Fairly certain llvm_add_library isnt the correct function to use as that will put the test module in the build/lib directory. However thats what the other plugin module is using so I've copied that for now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118520/new/
https://reviews.llvm.org/D118520
More information about the cfe-commits
mailing list