Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Side by Side Diff: tools/clang/plugins/CMakeLists.txt

Issue 630163005: Roll Clang 217949:218707 (+r218742 and r218921) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Drop -L that was left from previous version of the patch Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/clang/blink_gc_plugin/CMakeLists.txt ('k') | tools/clang/scripts/update.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 add_llvm_loadable_module(libFindBadConstructs 1 add_llvm_loadable_module(libFindBadConstructs
2 ChromeClassTester.cpp 2 ChromeClassTester.cpp
3 FindBadConstructsAction.cpp 3 FindBadConstructsAction.cpp
4 FindBadConstructsConsumer.cpp 4 FindBadConstructsConsumer.cpp
5 ) 5 )
6 6
7 add_dependencies(libFindBadConstructs clang)
8
7 cr_install(TARGETS libFindBadConstructs LIBRARY DESTINATION lib) 9 cr_install(TARGETS libFindBadConstructs LIBRARY DESTINATION lib)
8 10
9 cr_add_test(plugins_test 11 cr_add_test(plugins_test
10 ${CMAKE_CURRENT_SOURCE_DIR}/tests/test.sh 12 ${CMAKE_CURRENT_SOURCE_DIR}/tests/test.sh
11 ${CMAKE_BINARY_DIR}/bin/clang 13 ${CMAKE_BINARY_DIR}/bin/clang
12 $<TARGET_FILE:libFindBadConstructs> 14 $<TARGET_FILE:libFindBadConstructs>
13 ) 15 )
OLDNEW
« no previous file with comments | « tools/clang/blink_gc_plugin/CMakeLists.txt ('k') | tools/clang/scripts/update.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698