pietroborrello / constantine

Constantine is a compiler-based system to automatically harden programs against microarchitectural side channels
Apache License 2.0
67 stars 13 forks source link

/usr/lib/llvm-9/lib/clang/9.0.0/share/dfsan_abilist.txt is not provided #3

Closed hflsmax closed 2 years ago

hflsmax commented 2 years ago

src/llvm_compile_dfsan_cpp.sh refers to dfsan_abilist.txt but it's not provided in this repo.

pietroborrello commented 2 years ago

If you don't have LLVM 9 installed system-wide, you can find the right file in $LLVM_DIR/lib/clang/9.0.1/share/dfsan_abilist.txt