Browse code

designate when internal llvm is used

Kevin Lin authored on 2018/02/20 05:44:54
Showing 1 changed files
... ...
@@ -256,8 +256,8 @@ if test "$subdirfailed" = "no"; then
256 256
 fi
257 257
 if test "$enable_llvm" = "no"; then
258 258
    CL_MSG_STATUS([llvm        ],[$have_jit],[$enable_llvm])
259
-elif test "x$llvm_linking" = "x"; then
260
-   CL_MSG_STATUS([llvm        ],[$have_jit ($llvmver), from $llvmconfig],[$enable_llvm])
259
+elif test "x$llvmconfig" = "x"; then
260
+   CL_MSG_STATUS([llvm        ],[$have_jit ($llvmver), from internal],[$enable_llvm])
261 261
 else
262 262
    CL_MSG_STATUS([llvm        ],[$have_jit ($llvmver), from $llvmconfig ($llvm_linking)],[$enable_llvm])
263 263
 fi