frameworks/compile/libbcc/tests
cpeng 69f93dc236 android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
..
debuginfo android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
libbcc android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
README.lit android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
run-lit-tests.sh android 13 from xiaosuan 2025-08-25 08:17:13 +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.