From 778cda58abc61711f054d89b09d8bc016763e774 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Wed, 20 Dec 2023 00:47:51 +0100 Subject: llvm-orc-jit: add build-llvm.sh, enforce find_package success, and print used llvm/clang cmake config --- content/2022-07-07-llvm-orc-jit/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/2022-07-07-llvm-orc-jit/.gitignore') 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* -- cgit v1.2.3