LLVM build fixes
(cherry picked from commit 36ac7d4833f36cac6770495079bebf7dfd9fb003) Former-commit-id: 8802062fe7fe33409605b2212e45d2a134658fb2
This commit is contained in:
parent
843852ac6b
commit
a9c2270423
2
debian/libmonoboehm-2.0-1.symbols.amd64
vendored
2
debian/libmonoboehm-2.0-1.symbols.amd64
vendored
@ -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
|
||||
|
2
debian/libmonoboehm-2.0-1.symbols.armel
vendored
2
debian/libmonoboehm-2.0-1.symbols.armel
vendored
@ -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
|
||||
|
1
debian/libmonoboehm-2.0-1.symbols.i386
vendored
1
debian/libmonoboehm-2.0-1.symbols.i386
vendored
@ -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
|
||||
|
2
debian/libmonosgen-2.0-1.symbols.amd64
vendored
2
debian/libmonosgen-2.0-1.symbols.amd64
vendored
@ -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
|
||||
|
1
debian/libmonosgen-2.0-1.symbols.i386
vendored
1
debian/libmonosgen-2.0-1.symbols.i386
vendored
@ -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
1
debian/rules
vendored
@ -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)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user