User Details
User Details
- User Since
- Jan 3 2023, 9:26 PM (22 w, 1 h)
Jan 14 2023
Jan 14 2023
The concrete issue could be tracked to a copy/paste error in RocM that registers an option explicitly without requirement and can be solved there.
Jan 6 2023
Jan 6 2023
labre updated the diff for D141019: Support/CommandLine: replace argument mapping error with a warning.
Patch seemed to not apply anymore against 16.x. Fixed that.
labre added a comment to D141019: Support/CommandLine: replace argument mapping error with a warning.
labre added a comment to D141019: Support/CommandLine: replace argument mapping error with a warning.
Yes, of course. The problem encoutered is, that loading two libraries via an OpenCL ICD loader [1,2] linking to the same libLLVM triggers the CommandLine error exactly at the revised code lines. I suspect, that the general problem is an abort by libLLVM when loading more than one library linking to any version including the same version. The problem I’m trying to solve, is loading two libraries linking to the same version. This patch obviously does not restrict to loading just the same version, so it has to be extended in that regard.
Jan 4 2023
Jan 4 2023
labre requested review of D141019: Support/CommandLine: replace argument mapping error with a warning.