Completely standalone Clang on Linux -
Completely standalone Clang on Linux -
is possible have clang standalone on linux system, if using libc++
, libc++abi
requires linkage libgcc_s
?
no, not possible right now.
some things glibc or linux kernel not build clang
(yet).
you can rid of libgcc_s
linking libc++-abi
against compiler-rt
, instead of libgcc
.
clang
Comments
Post a Comment