allwinner_a64/android/frameworks/compile/libbcc/tests
2018-08-08 15:50:00 +08:00
..
debuginfo upload android base code part1 2018-08-08 15:50:00 +08:00
libbcc upload android base code part1 2018-08-08 15:50:00 +08:00
README.lit upload android base code part1 2018-08-08 15:50:00 +08:00
run-lit-tests.sh upload android base code part1 2018-08-08 15:50:00 +08:00

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.