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