Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
debuginfo/ | 23-Mar-2024 | - | 1,857 | 1,203 | ||
libbcc/ | 23-Mar-2024 | - | 1,120 | 955 | ||
README.lit | D | 23-Mar-2024 | 367 | 8 | 7 | |
run-lit-tests.sh | D | 23-Mar-2024 | 194 | 7 | 3 |
README.lit
1To run the libbcc lit tests: 2 * Ensure `llvm-rs-as` is built, either by doing a top-level `make 3 checkbuild` or by doing `mm` from frameworks/compile/slang. 4 * Ensure that LLVM and libbcc are built with 5 `FORCE_BUILD_LLVM_COMPONENTS=true`. 6 * Ensure `opt` is built from external/llvm, either by top-level `make 7 checkbuild` or by doing `mm` from external/llvm. 8