This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Add missing library (clangLex) in a few places
AbandonedPublic

Authored by malaperle on Feb 16 2018, 8:57 PM.

Details

Reviewers
ioeric
Summary

Fixes undefined reference to 'clang::Preprocessor::addCommentHandler'
when building with -DBUILD_SHARED_LIBS.

Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>

Event Timeline

malaperle created this revision.Feb 16 2018, 8:57 PM
ioeric accepted this revision.Feb 17 2018, 11:55 AM

lg. Thanks!

This revision is now accepted and ready to land.Feb 17 2018, 11:55 AM
malaperle abandoned this revision.Feb 18 2018, 9:21 PM

Already landed in another commit.