1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
debuginfo Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
libbcc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.lit Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
run-lit-tests.sh Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.lit

To run the libbcc lit tests:
 * Ensure `llvm-rs-as` is built, either by doing a top-level `make
   checkbuild` or by doing `mm` from frameworks/compile/slang.
 * Ensure that LLVM and libbcc are built with
   `FORCE_BUILD_LLVM_COMPONENTS=true`.
 * Ensure `opt` is built from external/llvm, either by top-level `make
   checkbuild` or by doing `mm` from external/llvm.