[PATCH] D142491: [OpenMP] Do not link the bitcode OpenMP runtime when targeting AMDGPU.

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 24 14:22:24 PST 2023


jhuber6 added a comment.

In D142491#4078400 <https://reviews.llvm.org/D142491#4078400>, @arsenm wrote:

> Well the library still doesn't 100% work unless using -mlink-builtin-bitcode. It's taking forever to make progress on fixing that

This is the OpenMP DeviceRTL, the AMD one is still shoved into each TU via `-mlink-builtin-bitcode`. I'm still interested in addressing that however, my ultimate desire is for linking on the device to be sane and match the host pretty closely.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142491/new/

https://reviews.llvm.org/D142491



More information about the cfe-commits mailing list