On 12/11/2019 14:01, Jakub Jelinek wrote:
On Tue, Nov 12, 2019 at 01:29:16PM +0000, Andrew Stubbs wrote:
2019-11-12 Andrew Stubbs <a...@codesourcery.com>
libgomp/
* plugin/Makefrag.am: Add amdgcn plugin support.
* plugin/configfrag.ac: Likewise.
* plugin/plugin-gcn.c: New file.
* configure: Regenerate.
I'm a little bit worried about the elf.h include, not all targets might have
it, but perhaps that can be resolved incrementally if somebody reports it.
We only support running on x86_64 hosts that have the ROCm tools
installed. Access to elf.h ought not to be a big deal.
When we move to HSACO v3 binaries then we should be able to drop the
manual relocation handling, so this will go away then.
Thanks
Andrew