LLVM build fixes

(cherry picked from commit 36ac7d4833f36cac6770495079bebf7dfd9fb003)


Former-commit-id: 8802062fe7fe33409605b2212e45d2a134658fb2
This commit is contained in:
Jo Shields 2018-04-21 15:04:42 -04:00 committed by Jo Shields
parent 843852ac6b
commit a9c2270423
6 changed files with 8 additions and 1 deletions

View File

@ -1 +1,3 @@
#include "libmonoboehm-2.0-1.symbols.i386"
mono_amd64_get_tls_gs_offset@Base 5.15.0.231
mono_arch_create_llvm_native_thunk@Base 5.15.0.231

View File

@ -1,4 +1,4 @@
#include "libmonoboehm-2.0-1.symbols"
#include "libmono-llvm.symbols"
GC_allocate_lock@Base 4.1.0.1738
mono_arch_get_llvm_call_info@Base 5.15.0.231

View File

@ -39,3 +39,4 @@
GC_wait_marker@Base 4.1.0.1738
GC_words_allocd_tmp@Base 4.1.0.1738
mono_breakpoint_clean_code@Base 4.1.0.1738
mono_arch_get_llvm_call_info@Base 5.15.0.231

View File

@ -1 +1,3 @@
#include "libmonosgen-2.0-1.symbols.i386"
mono_amd64_get_tls_gs_offset@Base 5.15.0.231
mono_arch_create_llvm_native_thunk@Base 5.15.0.231

View File

@ -1,3 +1,4 @@
#include "libmonosgen-2.0-1.symbols"
#include "libmono-llvm.symbols"
mono_breakpoint_clean_code@Base 4.1.0.1738
mono_arch_get_llvm_call_info@Base 5.15.0.231

1
debian/rules vendored
View File

@ -40,6 +40,7 @@ endif
ifeq ($(DEB_HOST_ARCH), armel)
CONF_FLAGS += --with-fpu=NONE
BTLS_ARCH = true
LLVM_ARCH = true
endif
ifneq (,$(findstring $(DEB_HOST_ARCH),$(DEB_MONO_SGEN_ARCHS)))