[all-commits] [llvm/llvm-project] f962da: [include-cleaner] Fix -DBUILD_SHARED_LIBS=on build
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Nov 17 16:56:17 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f962dafbbdf61234bfa51bde95e2e5c52a02e9b9
https://github.com/llvm/llvm-project/commit/f962dafbbdf61234bfa51bde95e2e5c52a02e9b9
Author: Fangrui Song <i at maskray.me>
Date: 2022-11-18 (Fri, 18 Nov 2022)
Changed paths:
M clang-tools-extra/include-cleaner/tool/CMakeLists.txt
M clang-tools-extra/include-cleaner/tool/IncludeCleaner.cpp
Log Message:
-----------
[include-cleaner] Fix -DBUILD_SHARED_LIBS=on build
and apply an include-cleaner fix for the tool itself:)
addPPCallbacks requires the vtable of PPChainedCallbacks and needs a clangLex
dependency.
More information about the All-commits
mailing list