Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7775c74

Browse files
committed
Remove LLVM_CONFIG from Makefile.global.in
LLVM_CONFIG is only used inside configure. Reviewed-By: Peter Eisentraut <peter.eisentraut@enterprisedb.com> Discussion: https://postgr.es/m/0e81e45c-c9a5-e95b-2782-ab2dfec8bf57@enterprisedb.com
1 parent eb7a9cd commit 7775c74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Makefile.global.in

-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ TCL_SHLIB_LD_LIBS = @TCL_SHLIB_LD_LIBS@
226226
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
227227
PTHREAD_LIBS = @PTHREAD_LIBS@
228228

229-
LLVM_CONFIG = @LLVM_CONFIG@
230229
LLVM_BINPATH = @LLVM_BINPATH@
231230
CLANG = @CLANG@
232231
BITCODE_CFLAGS = @BITCODE_CFLAGS@

0 commit comments

Comments
 (0)