1set(LLVM_LINK_COMPONENTS2 Support3 )4 5add_clang_library(clangEdit6 Commit.cpp7 EditedSource.cpp8 RewriteObjCFoundationAPI.cpp9 10 LINK_LIBS11 clangAST12 clangBasic13 clangLex14 )15