LLVM 32+64 bit

Hi,

How can I build a Universal Binary LLVM 4.0.1 on macOS 10.9.5? I checked using -DCMAKE_OSX_ARCHITECTURES=“x86_64;i386” but at some point it fails with cannot use -arch i386 and -arch x86_64 at the same time?

All the best