re-enables LLVM backend

This commit is contained in:
Eyck Jentzsch 2025-05-09 20:15:33 +02:00
parent 5a3ef5575c
commit b2049d3df1
5 changed files with 12 additions and 10 deletions

View File

@ -48,14 +48,15 @@
<def name="CMAKE_BUILD_TYPE" type="STRING" val="${ConfigName}"/>
</defs>
</storageModule>
<storageModule buildDir="build/${ConfigName}" dirtyTs="1698593487517" moduleId="de.marw.cmake4eclipse.mbs.settings">
<options/>
<storageModule buildDir="build/${ConfigName}" dirtyTs="1746805637052" moduleId="de.marw.cmake4eclipse.mbs.settings">
<options otherArguments="--preset RelWithDebInfo"/>
<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="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="WITH_LLVM" type="BOOL" val="ON"/>
</defs>
</storageModule>
</cconfiguration>
@ -164,8 +165,8 @@
<def name="CMAKE_BUILD_TYPE" type="STRING" val="${ConfigName}"/>
</defs>
</storageModule>
<storageModule buildDir="build/${ConfigName}" dirtyTs="1741980051132" moduleId="de.marw.cmake4eclipse.mbs.settings">
<options/>
<storageModule buildDir="build/${ConfigName}" dirtyTs="1746805637052" moduleId="de.marw.cmake4eclipse.mbs.settings">
<options otherArguments="--preset RelWithDebInfo"/>
<defs>
<def name="CMAKE_BUILD_TYPE" type="STRING" val="RelWithDebInfo"/>
<def name="CMAKE_INSTALL_PREFIX" type="FILEPATH" val="${ProjDirPath}/install"/>
@ -241,6 +242,7 @@
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
<storageModule moduleId="refreshScope" versionNumber="2">
<configuration configurationName="RelWithDebInfo4Prof"/>
<configuration configurationName="Debug-PA">
<resource resourceType="PROJECT" workspacePath="/TGC-ISS"/>
</configuration>

View File

@ -17,7 +17,6 @@ if(CMAKE_PROJECT_NAME STREQUAL "TGC-ISS")
option(WITH_ASMJIT "Build ASMJIT backend" ON)
option(PORTABLE "Build executable without platform specific optimizations" OFF)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

View File

@ -10,9 +10,10 @@ jsoncpp/1.9.5
zlib/1.2.12
lua/5.4.3
asmjit/cci.20240531
# llvm-core/13.0.0
llvm-core/19.1.7
[options]
llvm-core/*:targets=X86
boost/*:fPIC=True
boost/*:header_only=False
boost/*:without_contract=True

@ -1 +1 @@
Subproject commit 1c07911f4169b26aebf878e08e41ffe167481c48
Subproject commit 8950a5e8a35e7a13a32978190694abdeb62914ab

@ -1 +1 @@
Subproject commit fe3ed495199bc5ccb7bcc8cd38f848000af48c99
Subproject commit 047e2e12b064e8e872b3a1c6aa38236b00d0104a