aboutsummaryrefslogtreecommitdiffstats
path: root/android_test.sh
Commit message (Collapse)AuthorAgeFilesLines
* Adds the ability to run the llvm test suite in-tree.Chris Wailes2014-06-061-0/+15
This was accomplished by building additional tools and hand-generating several files that are auto-generated by the configuration system when LLVM is built out-of-tree. The LTO, Interpreter, and DebugInfo libraries are now being compiled, and several source files were added to existing compilation targets. To run these tests you must first run build/envsetup.sh and have used lunch to select a target. You can then launch the test script by running: cd $ANDROID_BUILD_TOP/external/llvm && ./android_test.sh Bug: 15433215 Change-Id: I43d87de0a4620cdd46c8d0f825dd4428e8409702