Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gcc ebpf: alternative to clang, llvm, llc
note: gcc does not support: -Wno-unknown-warning-option’ -Wno-gnu-variable-sized-type-not-at-end’ -Wno-compare-distinct-pointer-types’ usage: CLANG=gcc make or LLC=gcc make Should you need to compile using llc: LLC=llc-18 make -j $(nproc) WARNING: currently, the tests fail on my ARM64 CPU with gcc.
- Loading branch information