Michael Smith has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20696 )
Change subject: IMPALA-11542: Import LLVM SectionMemoryManager for fixes ...................................................................... IMPALA-11542: Import LLVM SectionMemoryManager for fixes Imports SectionMemoryManager so we can add some fixes that require modifying private code. This could be done as a patch on LLVM, but the memory manager seems like something we should own and may need to customize in other ways. Changes namespace and adds using statements to make it compile. Uses LLVM 5.0.1 with commit 787614d08bda40daf3e168bd46a8c2a86319ec63 added as a small security fix. Change-Id: I8917005094903ed0ece25e40eb445abb159b569b Reviewed-on: http://gerrit.cloudera.org:8080/20696 Reviewed-by: Michael Smith <[email protected]> Tested-by: Michael Smith <[email protected]> --- M LICENSE.txt M be/src/codegen/CMakeLists.txt M be/src/codegen/mcjit-mem-mgr.h A be/src/thirdparty/llvm/LICENSE.TXT A be/src/thirdparty/llvm/SectionMemoryManager.cpp A be/src/thirdparty/llvm/SectionMemoryManager.h M bin/rat_exclude_files.txt 7 files changed, 469 insertions(+), 4 deletions(-) Approvals: Michael Smith: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/20696 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I8917005094903ed0ece25e40eb445abb159b569b Gerrit-Change-Number: 20696 Gerrit-PatchSet: 8 Gerrit-Owner: Michael Smith <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Yida Wu <[email protected]>
