LLVM is gaining install-*-stripped targets to perform stripped installs,
and in order for this to be useful for install-distribution, all
potential distribution components should have stripped installation
targets. LLVM has a function to create these install targets, but since
we can't use LLVM CMake functions in libc++, let's do it manually.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 12647 Build 12647: arc lint + arc unit
Event Timeline
Comment Actions
Don't add deprecated target names, since clients should be switching over to the new ones.