aosp12/frameworks/compile/libbcc/tests
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
debuginfo init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
libbcc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.lit init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
run-lit-tests.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

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.