diff options
author | Eric Liu <ioeric@google.com> | 2018-05-18 18:33:08 +0000 |
---|---|---|
committer | Eric Liu <ioeric@google.com> | 2018-05-18 18:33:08 +0000 |
commit | 1edf4bc68c57f4a69b9dfeea03b7f59bb6da90ea (patch) | |
tree | 8662b014d8156d5df575262fe58bbcff36bf3f31 /clang/lib/Tooling/Inclusions/CMakeLists.txt | |
parent | 24b61ac832c79fc1cd2c04437dadca171cda63ed (diff) | |
download | bcm5719-llvm-1edf4bc68c57f4a69b9dfeea03b7f59bb6da90ea.tar.gz bcm5719-llvm-1edf4bc68c57f4a69b9dfeea03b7f59bb6da90ea.zip |
Revert "Move #include manipulation code to new lib/Tooling/Inclusions."
This reverts commit r332720. This break build bot with modules. Need to
investigate. Revert the change to unbreak bots.
llvm-svn: 332751
Diffstat (limited to 'clang/lib/Tooling/Inclusions/CMakeLists.txt')
-rw-r--r-- | clang/lib/Tooling/Inclusions/CMakeLists.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/clang/lib/Tooling/Inclusions/CMakeLists.txt b/clang/lib/Tooling/Inclusions/CMakeLists.txt deleted file mode 100644 index 00afb50f3a6..00000000000 --- a/clang/lib/Tooling/Inclusions/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -set(LLVM_LINK_COMPONENTS support) - -add_clang_library(clangToolingInclusions - HeaderIncludes.cpp - IncludeStyle.cpp - - LINK_LIBS - clangBasic - clangLex - clangRewrite - clangToolingCore - ) |