trixirt added a comment.
The symlinks were useful in the transition from gcc to clang.
Now they don't serve any purpose.
Clang uses libcompiler_rt, not libgcc.
Repository:
rC Clang
https://reviews.llvm.org/D42310
___
cfe-commits mailing list
cfe-
trixirt added a comment.
I think it is overkill to look for fbsd 8, it was eol-ed 2015, and 9 in 2016.
A native build of clang 7 on fbsd 8 would be difficult to pull off, needing at
least 1-3 intermediate clang's/gcc's
Repository:
rC Clang
https://reviews.llvm.org/D42310
krytarowski added a comment.
What's wrong with the symlink approach?
Repository:
rC Clang
https://reviews.llvm.org/D42310
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
bsdjhb added a comment.
My only question is if we want an OS version check as the FreeBSD driver does
now for libc++ vs libstdc++? FreeBSD started using libcompiler_rt for
libgcc.a in 9.0.
Repository:
rC Clang
https://reviews.llvm.org/D42310
trixirt created this revision.
trixirt added reviewers: emaste, filcab, rsmith.
Herald added subscribers: cfe-commits, krytarowski.
FreeBSD's libgcc and libgcc_p are symlinks to libcompiler_rt and
libcompiler_rt_p
Start using the compiler rt libs directly.
Repository:
rC Clang
https://review