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/Support/Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Support') diff --git a/lib/Support/Android.mk b/lib/Support/Android.mk index ab65988..6efccf5 100644 --- a/lib/Support/Android.mk +++ b/lib/Support/Android.mk @@ -62,6 +62,7 @@ support_SRC_FILES := \ StringMap.cpp \ StringPool.cpp \ StringRef.cpp \ + StringRefMemoryObject.cpp \ SystemUtils.cpp \ TargetRegistry.cpp \ Threading.cpp \ -- cgit v1.1