[PATCH] D137526: [C++20] [Modules] [NFC] Add Preprocessor methods for named modules - for ClangScanDeps (1/4)
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 10 05:56:38 PST 2023
thakis added inline comments.
================
Comment at: clang/unittests/Lex/CMakeLists.txt:21
clangBasic
+ clangFrontend
clangLex
----------------
It seems strange layering-wise that the Lex unit tests would depend on Frontend. Is there any way to prevent that dep?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137526/new/
https://reviews.llvm.org/D137526
More information about the cfe-commits
mailing list