[PATCH] D141025: [lld-macho] Don't support relocations in cstring sections

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 10:22:47 PST 2023


int3 added a comment.

> Could we have a diag that's more helpful for users? This looks like a "so what?" diag

The point kind of is that there is no user-level remediation though. I don't expect this to actually happen in the wild, and if it does I'd like to have a closer look at the input files to figure out the right solution

I guess I emit the a "file a bug" message like we do for uncaught exceptions but that seems a bit too much?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141025



More information about the llvm-commits mailing list