Skip to content

My tryout to build the current version of gollvm, using Clang 11 RC2 and CMake 3.18 (libc++)

Notifications You must be signed in to change notification settings

advancedwebdeveloper/gollvm_1.15.2_ubuntu20_release

Repository files navigation

My tryout to build the current version of gollvm, using Clang 11 RC2 and CMake 3.18 (libc++) Go version is 1.15.2 (as for 22.09.2020).

$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_FLAGS=' -stdlib=libc++ ' -DLLVM_TARGETS_TO_BUILD=X86 -G Ninja ../llvm-project/llvm

List of last known changes: https://go.googlesource.com/gollvm/+/f54959fbef0a1d27648812e7ed0192fe872f7a3d https://go.googlesource.com/gofrontend/+/6fd6418efb983827717f648a11bb5ca6fe93af30 https://github.com/libffi/libffi/commit/ead65ca8711aa07efc0453f67136aff82f33c01f https://github.com/ianlancetaylor/libbacktrace/commit/9b7f216e867916594d81e8b6118f092ac3fcf704

Ivan

About

My tryout to build the current version of gollvm, using Clang 11 RC2 and CMake 3.18 (libc++)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published