Page MenuHomePhabricator

labre (Manuel Ullmann)
User

Projects

User does not belong to any projects.

User Details

User Since
Jan 3 2023, 9:26 PM (22 w, 1 h)

Recent Activity

Jan 14 2023

labre abandoned D141019: Support/CommandLine: replace argument mapping error with a warning.

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 14 2023, 4:15 AM · Restricted Project, Restricted Project

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.

Jan 6 2023, 10:17 PM · Restricted Project, Restricted Project
labre added a comment to D141019: Support/CommandLine: replace argument mapping error with a warning.

Opened the RFC here:
https://discourse.llvm.org/t/rfc-commandline-allow-loading-1-library-linking-to-the-same-libllvm-version/67542

Jan 6 2023, 9:44 PM · Restricted Project, Restricted Project
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 6 2023, 5:02 PM · Restricted Project, Restricted Project

Jan 4 2023

labre requested review of D141019: Support/CommandLine: replace argument mapping error with a warning.
Jan 4 2023, 4:39 PM · Restricted Project, Restricted Project