[libc-commits] [PATCH] D149683: [libc] Use -nolibc -nostdlib++ -nostartfiles for hermetic test link.
Mikhail Ramalho via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu May 25 13:17:21 PDT 2023
mikhail.ramalho added a comment.
`-nostdlib++` is a clang-only flag, gcc fails with:
`g++-12: error: unrecognized command-line option ‘-nostdlib++’; did you mean ‘-nostdlib’?`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149683/new/
https://reviews.llvm.org/D149683
More information about the libc-commits
mailing list