[PATCH] D142443: [ORC] Drop Comdat when discarding IR symbol

Jonas Hahnfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 07:09:07 PST 2023


Hahnfeld added a comment.

In D142443#4102559 <https://reviews.llvm.org/D142443#4102559>, @spatel wrote:

> In D142443#4102519 <https://reviews.llvm.org/D142443#4102519>, @Hahnfeld wrote:
>
>> In D142443#4102513 <https://reviews.llvm.org/D142443#4102513>, @spatel wrote:
>>
>>> The test seems to be crashing on macOS with or without the code change:
>>> "LLVM ERROR: MachO doesn't support COMDATs, 'f' cannot be lowered."
>>
>> Hm right... If you are on macOS, could you test if `XFAIL: target={{.*}}-darwin{{.*}}` correctly excludes the test?
>
> Still crashing after I add that line - let me know if I'm missing anything:

Yeah sorry, I added an additional dash after `darwin` in my initial comment. Can you try removing that?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142443



More information about the llvm-commits mailing list