[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 06:55:55 PST 2023


Hahnfeld added a comment.

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?


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