ngtc icon indicating copy to clipboard operation
ngtc copied to clipboard

Non-GNU toolchain

Results 8 ngtc issues
Sort by recently updated
recently updated
newest added

This is knda important so this script can be used, this seems to be the proper link for the llvm git repo now.

They moved it to https://github.com/llvm/llvm-project.git it is no longer at https://git.llvm.org/git

Due to the master branch being unstable and not building for me, a feature request - an option to choose a stable release branch/tag like llvmorg-8.0.0 in script. Ngtc branch...

Comment and a request please, not a problem. I'm coming from EasyOS, which uses containers rather than Docker, and Quirky which is root only, would you be willing to update...

I made a llvm system by following linux from scratch. It would be preferable to turn it into a docker file somehow to just extract it, chroot to it and...

Compiler-rts sanitizer is not supported with musl libc, it should be disabled with ```-DCOMPILER_RT_BUILD_XRAY=OFF -DCOMPILER_RT_BUILD_SANITIZERS=OFF -DCOMPILER_RT_SANITIZERS_TO_BUILD=none```

libc++ doesnt properly link with compiler-rt. It leaves missing symbols such as "__divti3", "__muloti4", and "__udivti3" Using alpine-lxc on the latest alpine release 3.10

https://github.com/rui314/mold Not sure if there's much benefit over lld that is currently used, but maybe worth testing.