aboutsummaryrefslogtreecommitdiffhomepage
path: root/content/2022-07-07-llvm-orc-jit/.gitignore
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-12-20 00:47:51 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-12-20 00:47:51 +0100
commit778cda58abc61711f054d89b09d8bc016763e774 (patch)
tree10b5c7f1f7edbc418d4709f87dd19bcb26d15038 /content/2022-07-07-llvm-orc-jit/.gitignore
parentf2f669414fae41fc791d4943a1446db61b30912f (diff)
downloadblog-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/.gitignore2
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*