diff options
| author | Florent Revest <revest@chromium.org> | 2026-01-12 18:58:23 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2026-01-20 19:22:54 +0000 |
| commit | cf20fe98a57b940f293234cb22c3cd51a1c9fa9d (patch) | |
| tree | 7078798cbd69c2c1fbdf50a54c99c32edd8336a7 /pkg/csource | |
| parent | 4aba25c79aa71d1a21427a5be778198d9d0b698f (diff) | |
tools/clang/codesearch: support building with make
Currently, clang tools are built by copying their code into a
llvm-project repository and adding build rule to LLVM's CMake. This
allows pinning a specific LLVM hash which is convenient but it's also a
bit painful to copy code across repositories.
This adds a rule to make that can build syz-codesearch with a simple g++
invocation that uses llvm-config to get the LLVM compiler and linker
flags and hardcodes some clang libraries to link against since I could
not find a better way. (llvm-config does not have "components" for
clang)
Diffstat (limited to 'pkg/csource')
0 files changed, 0 insertions, 0 deletions
