编译LLVM

./configure --enable-optimized --enable-assertions=NO

make

或者

./configure

make ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1

你可能感兴趣的:(编译LLVM)