This implements the clang bits of https://reviews.llvm.org/D34720, and add corresponding test to verify if it worked.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 7694 Build 7694: arc lint + arc unit
Event Timeline
test/CodeGen/pgo-sample-thinlto-summary.c | ||
---|---|---|
4 | This test will currently fail because PrepareForLLVM has not been passed down so that we do not know if it's in the thinlto compile phase. Related discussion: http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20170626/464868.html This patch needs to commit after that issue is fixed. |
This test will currently fail because PrepareForLLVM has not been passed down so that we do not know if it's in the thinlto compile phase.
Related discussion: http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20170626/464868.html
This patch needs to commit after that issue is fixed.