Files
swift-mirror/lib/IRGen/GenCoverage.cpp
Vedant Kumar c68f36396b [Coverage] Do not move PGO name pointers into __llvm_prf_names
Instead, pass name pointers to InstrProfiling::lowerCoverageData() using
the new API (via getCoverageUnusedNamesVarName). This ensures that we
don't emit an uncompressed *and* a compressed version of all function
names into the module, fixing rdar://problem/25493310.

(cherry picked from commit 668d81f1f3)
2016-05-17 13:29:41 -07:00

7.0 KiB