[PATCH] D31437: [AMDGPU][NFC] Move amdgpu code object metadata to support
Konstantin Zhuravlyov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 30 13:23:36 PDT 2017
kzhuravl added a comment.
In https://reviews.llvm.org/D31437#767763, @tstellar wrote:
> Can you explain why you want to do this? There seems to be some precedent for this as I see ARM and AARCH64 headers in include/Support.
Tools want to use installed version of llvm. With this patch they can easily access it from, for example, /usr/include/llvm/Support/, instead of copying and maintaining it in their source trees manually.
https://reviews.llvm.org/D31437
More information about the llvm-commits
mailing list