Skip to content
Commit e3228acc authored by Bob Wilson's avatar Bob Wilson
Browse files

Fix ocaml tests for 64-bit MacOS systems. LLVM is currently built

as 32-bit code by default, and if gcc defaults to 64-bit code then ocamlc
requires a -cc "gcc -arch i386" option.  We were hardcoding -cc g++
and throwing away any other compiler options that were determined when
ocamlc was configured and built.

llvm-svn: 76658
parent c2a942ec
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment