Adds clang-change-namespace, clang-move, clang-query,
clang-reorder-fields.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/utils/gn/secondary/clang-tools-extra/clang-move/BUILD.gn | ||
---|---|---|
12 | Do we also need "//clang/lib/Serialization" here (https://github.com/llvm/llvm-project/blob/master/clang-tools-extra/clang-move/CMakeLists.txt#L17)? |
Comment Actions
Thanks!
llvm/utils/gn/secondary/clang-tools-extra/clang-move/BUILD.gn | ||
---|---|---|
12 | Good catch, done. In practice it doesn't matter because the tool/ has the dep, but all targets currently try to match the cmake deps (which has them for component builds I think), so I agree this should be here :) |
Do we also need "//clang/lib/Serialization" here (https://github.com/llvm/llvm-project/blob/master/clang-tools-extra/clang-move/CMakeLists.txt#L17)?