https://github.com/JuliaLang/julia
Raw File
Tip revision: 8f8e14e9b4c97dbe208e747f9d37fee23c737f4e authored by kpamnany on 16 October 2018, 16:40:50 UTC
Use a scheduler task. Clean up sticky tasks.
Tip revision: 8f8e14e
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