JoGei

Results 18 comments of JoGei

Closing. WSL build successfully tested with Ubuntu-22 and Ubuntu-24 targets.

LLVM compile times are rather slow, it seems. I don't think upgrading LLVM versions alone will fix this. I found this work, TPDE, for a fast LLVM-JIT engine from TUM...

Dont close. Full build compatibility llvm-{11--20} is done with PR #224 but ArchImpl requires fix for runtime: ## Tested LLVM versions: |llvm | ubuntu-20.04 | ubuntu-22.04 | | ------| --------------------...

Windows build fails with this: ``` D:\a\etiss\etiss\include\etiss/IntegratedLibrary/SimpleIni/SimpleIni.h(330,47): error C2143: syntax error: missing ',' before '

> the issue seems to be that `std::binary_function` was removed in c++17 > > https://stackoverflow.com/questions/33114656/replacement-for-stdbinary-function > > maybe try just removing that inheritance? Yes that worked. Seems like the CI...

> let's go back to c++14 according to the email discussion. we should keep the bin_func removal for the future. Sure. But the bin_func deprecation should be also there for...

> sorry that wasnt clearly written. i meant you can leave that change in, so that we do not have to do that again in the future Ok, I will...

Same observation on my end. I am also unsure why CMake makes the TCC lib an `-isystem` include, although we actually do not specify the imported library as such: https://github.com/tum-ei-eda/etiss/blob/18ae5fadf933a75bf4159f6283cecf8e71afaf48/third_party/tcc/CMakeLists.txt#L66-L70...