[issue36002] configure --enable-optimizations with clang fails to detect llvm-profdata

2019-09-13 Thread miss-islington
miss-islington added the comment: New changeset bd2e7cc3af26fdd8bb86009048533e2000c0a490 by Miss Islington (bot) in branch '3.8': closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998) https://github.com/python/cpython/commit/bd2e7cc3af26fdd8bb86009048533e2000c0a490

[issue36002] configure --enable-optimizations with clang fails to detect llvm-profdata

2019-09-13 Thread miss-islington
miss-islington added the comment: New changeset d112ea66b003deb7a4f222e47a552ac79098f4df by Miss Islington (bot) in branch '3.7': closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998) https://github.com/python/cpython/commit/d112ea66b003deb7a4f222e47a552ac79098f4df

[issue36002] configure --enable-optimizations with clang fails to detect llvm-profdata

2019-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +15723 pull_request: https://github.com/python/cpython/pull/16104 ___ Python tracker ___

[issue36002] configure --enable-optimizations with clang fails to detect llvm-profdata

2019-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +15724 pull_request: https://github.com/python/cpython/pull/16105 ___ Python tracker ___

[issue36002] configure --enable-optimizations with clang fails to detect llvm-profdata

2019-09-13 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 0519d497b04b252f50dfff9101fb7f4b9e33f1c4 by Benjamin Peterson (Doyle Rowland) in branch 'master': closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998)

[issue36002] configure --enable-optimizations with clang fails to detect llvm-profdata

2019-07-29 Thread Doyle Rowland
Doyle Rowland added the comment: ../configure LLVM_PROFDATA=//llvm-profdata --enable-optimizations is also work-around. -- nosy: +weibullguy ___ Python tracker ___

[issue36002] configure --enable-optimizations with clang fails to detect llvm-profdata

2019-07-28 Thread Doyle Rowland
Change by Doyle Rowland : -- keywords: +patch pull_requests: +14764 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14998 ___ Python tracker ___

[issue36002] configure --enable-optimizations with clang fails to detect llvm-profdata

2019-02-15 Thread Martijn Pieters
New submission from Martijn Pieters : This is probably a automake bug. When running CC=clang CXX=clang++ ./configure --enable-optimizations, configure tests for a non-existing -llvm-profdata binary: checking for --enable-optimizations... yes checking for --with-lto... no checking for