diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-12-20 00:47:51 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-12-20 00:47:51 +0100 |
commit | 778cda58abc61711f054d89b09d8bc016763e774 (patch) | |
tree | 10b5c7f1f7edbc418d4709f87dd19bcb26d15038 /content/2022-07-07-llvm-orc-jit/.gitignore | |
parent | f2f669414fae41fc791d4943a1446db61b30912f (diff) | |
download | blog-778cda58abc61711f054d89b09d8bc016763e774.tar.gz blog-778cda58abc61711f054d89b09d8bc016763e774.zip |
llvm-orc-jit: add build-llvm.sh, enforce find_package success, and print used llvm/clang cmake config
Diffstat (limited to 'content/2022-07-07-llvm-orc-jit/.gitignore')
-rw-r--r-- | content/2022-07-07-llvm-orc-jit/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/2022-07-07-llvm-orc-jit/.gitignore b/content/2022-07-07-llvm-orc-jit/.gitignore index 50f1b95..facd05e 100644 --- a/content/2022-07-07-llvm-orc-jit/.gitignore +++ b/content/2022-07-07-llvm-orc-jit/.gitignore @@ -1,3 +1,5 @@ BUILD/ compile_commands.json .cache +install-llvm* +src-llvm* |