https://github.com/JuliaLang/julia
Raw File
Tip revision: 10f80efd976d65d677372dd7964ab623ce420b69 authored by Jameson Nash on 25 July 2017, 20:18:24 UTC
WIP: move macro-expand scope resolution into resolve-scopes
Tip revision: 10f80ef
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