From ba6515b1fa67f02a968636b348c016be847e2a45 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sat, 19 Jul 2014 22:44:19 -0700 Subject: Fixes the build when NDEBUG is not defined. Symbols from the added file are needed in the Debug() block on line 927 of lib/ExecutionEngine/JIT/JITEmitter.cpp. Change-Id: I17a02b8f26066232cc9b5d60bdd683a566a955a5 --- lib/Support/Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/Support/Android.mk b/lib/Support/Android.mk index 6efccf5..f2c9fa6 100644 --- a/lib/Support/Android.mk +++ b/lib/Support/Android.mk @@ -19,6 +19,7 @@ support_SRC_FILES := \ DataExtractor.cpp \ Debug.cpp \ DeltaAlgorithm.cpp \ + Disassembler.cpp \ Dwarf.cpp \ DynamicLibrary.cpp \ Errno.cpp \ -- cgit v1.1