We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2dda9f3 + f876891 commit 38132b0Copy full SHA for 38132b0
env.sh
@@ -17,7 +17,7 @@ LLVMHome="llvm-${LLVMVer}.obj"
17
Z3Home="z3.obj"
18
19
# Change this to your SVF root directory
20
-svf_root=/Users/yulei/Documents/workspace/SVF
+svf_root=`pwd`/../SVF
21
22
# Export the paths for the LLVM, Z3, and SVF directories
23
export LLVM_DIR=$svf_root/$LLVMHome
0 commit comments