unplugged-vendor/frameworks/compile/libbcc/tests
2025-10-06 13:59:42 +00:00
..
debuginfo Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
libbcc Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.lit Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
run-lit-tests.sh Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00: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.