Also fix a FIXME in _build_stage1_clang: clang llvm-profdata profile are sufficient
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 24270 Build 24269: arc lint + arc unit
Event Timeline
Comment Actions
LGTM assuming the _run_benchmark changes are undone.
Thank you!
utils/collect_and_build_with_pgo.py | ||
---|---|---|
57 | Please put this back; it should've been fixed by r345461. The intent was to run this in the instrumented clang's directory for extra coverage. Instrumentation makes the testing phase way slower, but given that this is already four clean builds of clang/llvm anyway, ... If r345461 doesn't solve the problem you're seeing, more details would be appreciated. :) |
Please put this back; it should've been fixed by r345461. The intent was to run this in the instrumented clang's directory for extra coverage. Instrumentation makes the testing phase way slower, but given that this is already four clean builds of clang/llvm anyway, ...
If r345461 doesn't solve the problem you're seeing, more details would be appreciated. :)