From 075c621d834af7ffc32d2067fadb147cc1758b99 Mon Sep 17 00:00:00 2001 From: Chris Wailes Date: Mon, 2 Jun 2014 11:53:16 -0700 Subject: Adds the ability to run the llvm test suite in-tree. 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 --- lib/IR/Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/IR/Android.mk') diff --git a/lib/IR/Android.mk b/lib/IR/Android.mk index dd95703..2ffc86c 100644 --- a/lib/IR/Android.mk +++ b/lib/IR/Android.mk @@ -17,6 +17,7 @@ vmcore_SRC_FILES := \ DIBuilder.cpp \ Dominators.cpp \ Function.cpp \ + GCOV.cpp \ GVMaterializer.cpp \ Globals.cpp \ IRBuilder.cpp \ -- cgit v1.1