jdenny-ornl wrote:

> > For some codes, I get the following error for a gfx906:
> > ```
> > LLVM ERROR: Relocation for CG Profile could not be created: unknown 
> > relocation name 
> > ```

> Not sure if this is still relevant, but I think #114617 should fix this 
> issue. The ASM builder was trying to create a reloc directive with the kind 
> `BFD_RELOC_NONE`, which isn't defined in `getFixupKind` for AMDGPU.

Thanks, it does seem to fix it.

If possible, would you please keep this PR in sync with PR #93365?  That should 
bring in the above fix and generally help me to review against my use cases.

https://github.com/llvm/llvm-project/pull/94268
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to