Clang uses -nostdlib++ instead of -nodefaultlibs, so the only problematic libraries are C++ libraries. We already invoke the C frontend instead of the C++ one, so removing and re-adding all the defaultlibs is a lot of work without any benefit.
Details
Details
- Reviewers
- None
- Group Reviewers
Restricted Project
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo