mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-04 00:02:52 -05:00 
			
		
		
		
	LLVM will be used for *optional* Just-in-time compilation support. This commit just adds the configure infrastructure that detects LLVM. No documentation has been added for the --with-llvm flag, that'll be added after the actual supporting code has been added. Author: Andres Freund Discussion: https://postgr.es/m/20170901064131.tazjxwus3k2w3ybh@alap3.anarazel.de
		
			
				
	
	
		
			16 lines
		
	
	
		
			486 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			486 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
dnl aclocal.m4
 | 
						|
m4_include([config/ac_func_accept_argtypes.m4])
 | 
						|
m4_include([config/ax_prog_perl_modules.m4])
 | 
						|
m4_include([config/ax_pthread.m4])
 | 
						|
m4_include([config/c-compiler.m4])
 | 
						|
m4_include([config/c-library.m4])
 | 
						|
m4_include([config/docbook.m4])
 | 
						|
m4_include([config/general.m4])
 | 
						|
m4_include([config/libtool.m4])
 | 
						|
m4_include([config/llvm.m4])
 | 
						|
m4_include([config/perl.m4])
 | 
						|
m4_include([config/pkg.m4])
 | 
						|
m4_include([config/programs.m4])
 | 
						|
m4_include([config/python.m4])
 | 
						|
m4_include([config/tcl.m4])
 |