Some users may have a custom build system which gives a different
name to the libc++ archive (or does not create an archive at all,
instead passing the object files directly to the linker). Give those
users a way to disable auto-linking.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I'm fine with the idea of this knob, I just would prefer a slightly different implementation. Could you wrap the entire block in the defined(_LIBCPP_NO_AUTO_LINK) rather than adding the additional conditional? I feel like it makes it easier to read.