https://github.com/JuliaLang/julia
Raw File
Tip revision: 58c29a6ff0f32602697cd5df9c28ddd0b819ecca authored by Jameson Nash on 30 January 2017, 21:06:52 UTC
inference: tmerge slot-assignment types to preserve Union information for disjoint assignments
Tip revision: 58c29a6
NATIVE.cmake
# native toolchain file to fix llvm cross-compilation finickiness
# ref http://lists.llvm.org/pipermail/llvm-dev/2016-February/095366.html
set(CMAKE_C_COMPILER cc)
set(CMAKE_CXX_COMPILER c++)
back to top