mirror of
https://github.com/SRI-CSL/gllvm
synced 2026-06-08 12:28:35 +00:00
4 lines
135 B
Bash
Executable File
4 lines
135 B
Bash
Executable File
#to avoid random missing files errors when building with clang
|
|
while [ ! -e "vmlinux" ]; do
|
|
make vmlinux CC=clang HOSTCC=clang
|
|
done |