On Darwin, marking a section as "regular,live_support" means that a
symbol in the section should only be kept live if it has a reference to
something that is live. Otherwise, the linker is free to dead-strip it.
Add a test for dead_strip+live_support functionality for profile data.
Depends on D25456.
I've never looked at compiler-rt tests. We usually build and run these?