[PATCH] D137526: [C++20] [Modules] [NFC] Add Preprocessor methods for named modules - for ClangScanDeps (1/4)

Chuanqi Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 14 19:31:12 PST 2023


ChuanqiXu added inline comments.


================
Comment at: clang/unittests/Lex/CMakeLists.txt:21
   clangBasic
+  clangFrontend
   clangLex
----------------
ChuanqiXu wrote:
> thakis wrote:
> > It seems strange layering-wise that the Lex unit tests would depend on Frontend. Is there any way to prevent that dep?
> I see. I'll try to look at it.
I've addressed this in https://github.com/llvm/llvm-project/commit/54cf24dc6e6317f7a77f8a320f1fbccc31ea7291.


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