编译使用LLVM的程序

编译:`llvm-config --cxxflags --ldflags --libs jit nativecodegen`

链接:`llvm-config --cxxflags --ldflags --libs jit nativecodegen` -ldl

 

你可能感兴趣的:(编译使用LLVM的程序)