https://github.com/JuliaLang/julia
Revision 49118535b31c832af18f01ef4d331525b24d24c0 authored by Keno Fischer on 22 June 2019, 23:54:53 UTC, committed by Keno Fischer on 01 July 2019, 21:10:22 UTC
When targeting Emscripten/wasm, we were in the odd position that
we had BinaryBuilder support, but not in-tree support for building
LLVM. Unfortunately, the BinaryBuilder version has recently stopped
working due to ABI changes in Emscripten. Use that as an opportunity
to backfill the requisite definitions to make an in-tree build of
LLVM work on Emscripten.
1 parent 6341e3e
History
Tip revision: 49118535b31c832af18f01ef4d331525b24d24c0 authored by Keno Fischer on 22 June 2019, 23:54:53 UTC
Support non-BB LLVM build for Emscripten
Tip revision: 4911853
File Mode Size
.github
base
contrib
deps
doc
etc
src
stdlib
test
ui
.appveyor.yml -rw-r--r-- 2.1 KB
.gitattributes -rw-r--r-- 67 bytes
.gitignore -rw-r--r-- 257 bytes
.mailmap -rw-r--r-- 11.0 KB
.travis.yml -rw-r--r-- 6.1 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 21.2 KB
HISTORY.md -rw-r--r-- 258.0 KB
LICENSE.md -rw-r--r-- 5.1 KB
Make.inc -rw-r--r-- 39.5 KB
Makefile -rw-r--r-- 28.0 KB
NEWS.md -rw-r--r-- 3.1 KB
README.md -rw-r--r-- 6.3 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.7 KB

README.md

back to top