This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2016年09月06日 23:01 by gregory.p.smith, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg274657 - (view) | Author: Gregory P. Smith (gregory.p.smith) * (Python committer) | Date: 2016年09月06日 23:01 | |
patch in issue26307 (which should be in soon) and do the following: $ CC=clang ../3.6/configure --with-optimizations $ make profile-opt Error: Cannot perform PGO build because llvm-profdata was not found in PATH Please add it to PATH and run ./configure again Makefile:481: recipe for target 'profile-opt' failed We can make this experience better. It needs to (1) Become a configure time error, and (2) Do a better job of finding llvm-profdata (which exists in ${PATH} as "llvm-profdata-3.8" on Ubuntu 16.04). |
|||
| msg274660 - (view) | Author: Gregory P. Smith (gregory.p.smith) * (Python committer) | Date: 2016年09月06日 23:09 | |
i meant issue26359 above, not 26307. |
|||
| msg274908 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2016年09月07日 23:11 | |
New changeset 279450d88fb0 by Gregory P. Smith in branch '3.5': Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang - https://hg.python.org/cpython/rev/279450d88fb0 New changeset 9f2467e13c98 by Gregory P. Smith in branch 'default': Fixes Issue #27983: Cause lack of llvm-profdata tool when using clang as https://hg.python.org/cpython/rev/9f2467e13c98 |
|||
| msg274980 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2016年09月08日 07:09 | |
New changeset 3f04287e7bea by Gregory P. Smith in branch '2.7': Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang - https://hg.python.org/cpython/rev/3f04287e7bea |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:35 | admin | set | github: 72170 |
| 2016年09月08日 07:10:26 | gregory.p.smith | set | status: open -> closed resolution: fixed stage: resolved |
| 2016年09月08日 07:09:09 | python-dev | set | messages: + msg274980 |
| 2016年09月07日 23:12:43 | gregory.p.smith | set | assignee: gregory.p.smith versions: - Python 3.6 |
| 2016年09月07日 23:11:17 | python-dev | set | nosy:
+ python-dev messages: + msg274908 |
| 2016年09月06日 23:09:23 | gregory.p.smith | set | messages: + msg274660 |
| 2016年09月06日 23:08:52 | gregory.p.smith | set | dependencies: + CPython build options for out-of-the box performance |
| 2016年09月06日 23:01:40 | gregory.p.smith | create | |