[PATCH] D29948: [AMDGPU] Restructure code object metadata creation

Luchesar V. ILIEV via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 22 11:17:07 PDT 2017


kerberizer added a comment.

By the way, what could probably be somewhat helpful, are the PKGBUILD file that I use for building the LLVM/Clang packages, and the build script (it runs every 6 hours, providing binary packages for those users of Arch's AUR for whom the build is too heavy):

- https://github.com/kerberizer/llvm-svn
- https://github.com/kerberizer/pkg-rebuild-llvm

Of specific interest might be the build() function <https://github.com/kerberizer/llvm-svn/blob/master/PKGBUILD#L156> in the PKGBUILD, in case I'm doing something uncommon (though I believe this shouldn't be the case).


https://reviews.llvm.org/D29948





More information about the llvm-commits mailing list