Search Criteria
Package Details: autofdo-git v0.1.r88.492384d-1
Git Clone URL: | https://aur.archlinux.org/autofdo-git.git (read-only) |
---|---|
Package Base: | autofdo-git |
Description: | a tool to convert perf.data profile to AutoFDO profile that can be used by GCC and LLVM |
Upstream URL: | https://github.com/google/autofdo |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | zsrkmyn |
Maintainer: | zsrkmyn (condy, Piezo) |
Last Packager: | zsrkmyn |
Votes: | 1 |
Popularity: | 0.25 |
First Submitted: | 2017-11-30 13:46 |
Last Updated: | 2019-07-01 15:16 |
Dependencies (5)
- automake (automake-1.7, automake-1.14, automake-git, automake-1.11, automake-1.15) (make)
- git (git-git) (make)
- libtool (libtool-git) (make)
- llvm (llvm-assert, llvm-pypy-stm, llvm39, llvm38, clang-trunk) (make)
- llvm (llvm-assert, llvm-pypy-stm, llvm39, llvm38, clang-trunk) (optional) – for LLVM support
Latest Comments
Piezo commented on 2019-06-20 12:14
I compiled with this PKGBUILD: http://ix.io/1Mil
For some reason the build failed but manually running make inside src/autofdo completed. I got a package with
makepkg -eR
bartus commented on 2019-03-15 07:32
@steinbuch: you need to initialize
autoconf
and git submodule, moreover llvm initialisation is wrong and some patching is required for perf parser.Here's a patch for working PKGBUILD: https://pastebin.com/rZZ8edZS
steinbuch commented on 2019-01-08 13:51
./autofdo-git/PKGBUILD: line 28: ./configure: No such file or directory
vinvin commented on 2018-04-16 20:45
This package does not build. Adding autoreconf -fi before the configure helps, but an error that I don't understand happens before the end of configure then: make[1]: *** No rule to make target 'third_party/perf_data_converter/src/quipper/address_mapper.cc', needed by 'third_party/perf_data_converter/src/quipper/address_mapper.o'. Stop.
Is a file missing in the git repository? Is this a dead project?