re-enables LLVM backend
This commit is contained in:
		
							
								
								
									
										14
									
								
								.cproject
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								.cproject
									
									
									
									
									
								
							| @@ -48,14 +48,15 @@ | |||||||
| 					<def name="CMAKE_BUILD_TYPE" type="STRING" val="${ConfigName}"/> | 					<def name="CMAKE_BUILD_TYPE" type="STRING" val="${ConfigName}"/> | ||||||
| 				</defs> | 				</defs> | ||||||
| 			</storageModule> | 			</storageModule> | ||||||
| 			<storageModule buildDir="build/${ConfigName}" dirtyTs="1698593487517" moduleId="de.marw.cmake4eclipse.mbs.settings"> | 			<storageModule buildDir="build/${ConfigName}" dirtyTs="1746805637052" moduleId="de.marw.cmake4eclipse.mbs.settings"> | ||||||
| 				<options/> | 				<options otherArguments="--preset RelWithDebInfo"/> | ||||||
| 				<defs> | 				<defs> | ||||||
| 					<def name="CMAKE_BUILD_TYPE" type="STRING" val="Debug"/> | 					<def name="CMAKE_BUILD_TYPE" type="STRING" val="RelWithDebInfo"/> | ||||||
| 					<def name="CMAKE_INSTALL_PREFIX" type="FILEPATH" val="${ProjDirPath}/install"/> | 					<def name="CMAKE_INSTALL_PREFIX" type="FILEPATH" val="${ProjDirPath}/install"/> | ||||||
| 					<def name="WITH_TCC" type="BOOL" val="ON"/> | 					<def name="WITH_TCC" type="BOOL" val="ON"/> | ||||||
| 					<def name="BUILD_COMMON_FW" type="BOOL" val="ON"/> | 					<def name="FW_BUILD" type="BOOL" val="ON"/> | ||||||
| 					<def name="ENABLE_CLANG_TIDY" type="BOOL" val="ON"/> | 					<def name="ENABLE_CLANG_TIDY" type="BOOL" val="ON"/> | ||||||
|  | 					<def name="WITH_LLVM" type="BOOL" val="ON"/> | ||||||
| 				</defs> | 				</defs> | ||||||
| 			</storageModule> | 			</storageModule> | ||||||
| 		</cconfiguration> | 		</cconfiguration> | ||||||
| @@ -164,8 +165,8 @@ | |||||||
| 					<def name="CMAKE_BUILD_TYPE" type="STRING" val="${ConfigName}"/> | 					<def name="CMAKE_BUILD_TYPE" type="STRING" val="${ConfigName}"/> | ||||||
| 				</defs> | 				</defs> | ||||||
| 			</storageModule> | 			</storageModule> | ||||||
| 			<storageModule buildDir="build/${ConfigName}" dirtyTs="1741980051132" moduleId="de.marw.cmake4eclipse.mbs.settings"> | 			<storageModule buildDir="build/${ConfigName}" dirtyTs="1746805637052" moduleId="de.marw.cmake4eclipse.mbs.settings"> | ||||||
| 				<options/> | 				<options otherArguments="--preset RelWithDebInfo"/> | ||||||
| 				<defs> | 				<defs> | ||||||
| 					<def name="CMAKE_BUILD_TYPE" type="STRING" val="RelWithDebInfo"/> | 					<def name="CMAKE_BUILD_TYPE" type="STRING" val="RelWithDebInfo"/> | ||||||
| 					<def name="CMAKE_INSTALL_PREFIX" type="FILEPATH" val="${ProjDirPath}/install"/> | 					<def name="CMAKE_INSTALL_PREFIX" type="FILEPATH" val="${ProjDirPath}/install"/> | ||||||
| @@ -241,6 +242,7 @@ | |||||||
| 	</storageModule> | 	</storageModule> | ||||||
| 	<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/> | 	<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/> | ||||||
| 	<storageModule moduleId="refreshScope" versionNumber="2"> | 	<storageModule moduleId="refreshScope" versionNumber="2"> | ||||||
|  | 		<configuration configurationName="RelWithDebInfo4Prof"/> | ||||||
| 		<configuration configurationName="Debug-PA"> | 		<configuration configurationName="Debug-PA"> | ||||||
| 			<resource resourceType="PROJECT" workspacePath="/TGC-ISS"/> | 			<resource resourceType="PROJECT" workspacePath="/TGC-ISS"/> | ||||||
| 		</configuration> | 		</configuration> | ||||||
|   | |||||||
| @@ -17,7 +17,6 @@ if(CMAKE_PROJECT_NAME STREQUAL "TGC-ISS") | |||||||
|     option(WITH_ASMJIT "Build ASMJIT backend" ON) |     option(WITH_ASMJIT "Build ASMJIT backend" ON) | ||||||
|     option(PORTABLE "Build executable without platform specific optimizations" OFF) |     option(PORTABLE "Build executable without platform specific optimizations" OFF) | ||||||
|  |  | ||||||
|     set(CMAKE_CXX_STANDARD 14) |  | ||||||
|     set(CMAKE_CXX_STANDARD_REQUIRED ON) |     set(CMAKE_CXX_STANDARD_REQUIRED ON) | ||||||
|     set(CMAKE_CXX_EXTENSIONS OFF) |     set(CMAKE_CXX_EXTENSIONS OFF) | ||||||
|     set(CMAKE_POSITION_INDEPENDENT_CODE ON) |     set(CMAKE_POSITION_INDEPENDENT_CODE ON) | ||||||
|   | |||||||
| @@ -10,9 +10,10 @@ jsoncpp/1.9.5 | |||||||
| zlib/1.2.12 | zlib/1.2.12 | ||||||
| lua/5.4.3 | lua/5.4.3 | ||||||
| asmjit/cci.20240531 | asmjit/cci.20240531 | ||||||
| # llvm-core/13.0.0 | llvm-core/19.1.7 | ||||||
|  |  | ||||||
| [options] | [options] | ||||||
|  | llvm-core/*:targets=X86 | ||||||
| boost/*:fPIC=True | boost/*:fPIC=True | ||||||
| boost/*:header_only=False  | boost/*:header_only=False  | ||||||
| boost/*:without_contract=True | boost/*:without_contract=True | ||||||
|   | |||||||
 Submodule dbt-rise-core updated: 1c07911f41...8950a5e8a3
									
								
							 Submodule dbt-rise-tgc updated: fe3ed49519...047e2e12b0
									
								
							
		Reference in New Issue
	
	Block a user