about summary refs log tree commit diff homepage
path: root/scripts/build/v-z3.inc
diff options
context:
space:
mode:
authorMartin Nowack <m.nowack@imperial.ac.uk>2022-03-25 23:07:40 +0000
committerCristian Cadar <c.cadar@imperial.ac.uk>2022-03-30 12:18:59 +0100
commit0373fd7d10fb5b23c86ebec2e932ea8f059f5b71 (patch)
tree785721f0b4202b1d30fa77160368e969e12a4eaa /scripts/build/v-z3.inc
parent23548f09b7bff999b0b346a5511b2a316ec798b4 (diff)
downloadklee-0373fd7d10fb5b23c86ebec2e932ea8f059f5b71.tar.gz
Clearly separate between LLVM, a bitcode compiler, and sanitizer compiler
All three can be different but also provided by the same package.
By separating the different use-cases, it allows to set them
independently.
Diffstat (limited to 'scripts/build/v-z3.inc')
-rw-r--r--scripts/build/v-z3.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/v-z3.inc b/scripts/build/v-z3.inc
index 915336a3..92e68658 100644
--- a/scripts/build/v-z3.inc
+++ b/scripts/build/v-z3.inc
@@ -4,4 +4,4 @@ required_variables_z3=(
 )
 
 # Artifacts Z3 depends on
-artifact_dependency_z3=("sanitizer_compiler")
\ No newline at end of file
+artifact_dependency_z3=("sanitizer")
\ No newline at end of file