Skip to content

Commit 16cc4dc

Browse files
committed
Support building the TAPI project as Clang tool.
Add build system support to build the TAPI project as Clang tool. apple-llvm-split-commit: 338dfdf5f306711ac9eeaf2b313bce6dd62ab9d2 apple-llvm-split-dir: clang/
1 parent c5d34d3 commit 16cc4dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/tools/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ add_clang_subdirectory(libclang)
3636

3737
add_clang_subdirectory(clang-refactor-test)
3838

39+
# Support building the TAPI project as Clang tool.
40+
add_llvm_external_project(tapi)

0 commit comments

Comments
 (0)