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/Object/Android.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/Object') diff --git a/lib/Object/Android.mk b/lib/Object/Android.mk index bd9659c..4385f5a 100644 --- a/lib/Object/Android.mk +++ b/lib/Object/Android.mk @@ -4,6 +4,7 @@ object_SRC_FILES := \ Archive.cpp \ Binary.cpp \ COFFObjectFile.cpp \ + COFFYAML.cpp \ ELF.cpp \ ELFObjectFile.cpp \ Error.cpp \ @@ -13,7 +14,9 @@ object_SRC_FILES := \ Object.cpp \ ObjectFile.cpp \ StringTableBuilder.cpp \ - SymbolicFile.cpp + SymbolicFile.cpp \ + YAML.cpp \ + ELFYAML.cpp \ # For the host -- cgit v1.1