[all-commits] [llvm/llvm-project] dc63ad: [pseudo] Eliminate dependencies from clang-pseudo-...
Sam McCall via All-commits
all-commits at lists.llvm.org
Fri Jun 3 11:42:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc63ad8878de6d0b5dc1268691f48035e9234763
https://github.com/llvm/llvm-project/commit/dc63ad8878de6d0b5dc1268691f48035e9234763
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2022-06-03 (Fri, 03 Jun 2022)
Changed paths:
M clang-tools-extra/pseudo/gen/CMakeLists.txt
M clang-tools-extra/pseudo/lib/grammar/CMakeLists.txt
M clang-tools-extra/pseudo/lib/grammar/Grammar.cpp
Log Message:
-----------
[pseudo] Eliminate dependencies from clang-pseudo-gen. NFC
ClangBasic dependency eliminated by replacing our usage of
tok::getPunctuatorSpelling etc with direct use of the *.def file.
Implicit dependencies on clang-tablegen-targets removed as we manage to avoid
any transitive tablegen deps.
After these changes, `ninja clean; ninja pseudo-gen` runs 169 actions only
(basically Support and Demangle).
Differential Revision: https://reviews.llvm.org/D126731
More information about the All-commits
mailing list