D42640 adds calls to Preprocessor::addCommentHandler in
unittests/clangd/SymbolCollectorTests.cpp and
clangd/global-symbol-builder/GlobalSymbolBuilderMain.cpp but does not
link clangLex library. This causes undefined reference errors when
built with -DBUILD_SHARED_LIBS=ON.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
- Build Status
Buildable 15131 Build 15131: arc lint + arc unit
Event Timeline
Comment Actions
lg. Thanks!
fyi, @malaperle also sent D43429 for the same fix but has not landed it yet ;)