[clang-tools-extra] [clang-doc] Add basic benchmarks for library functionality (PR #182620)
Paul Kirth via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 2 16:50:46 PST 2026
================
@@ -0,0 +1,20 @@
+set(LLVM_LINK_COMPONENTS
+ Support
+ )
+
+get_filename_component(CLANG_DOC_SOURCE_DIR
+ ${CMAKE_CURRENT_SOURCE_DIR}/../../clang-doc REALPATH)
----------------
ilovepi wrote:
I should have just cribbed from the `clang-doc/tool` folder. It was all that was needed 🤦 . Thanks for setting me straight.
https://github.com/llvm/llvm-project/pull/182620
More information about the cfe-commits
mailing list