https://github.com/JuliaLang/julia
Raw File
Tip revision: f4c8d9f17e3014ac2cb0524337e2bd79672fa51a authored by Andy Ferris on 08 January 2019, 05:35:19 UTC
Introduce getproperty on `Array`.
Tip revision: f4c8d9f
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