[PATCH] D96109: Refactor implementation of -funique-internal-linkage-names.

Ellis Hoag via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 2 11:08:28 PST 2022


ellis added a comment.
Herald added a subscriber: ormris.
Herald added a project: All.

Hi @tmsriram. I found a clang crash when using the flag `-funique-internal-linkage-names` that only happens after this diff. Would you mind taking a look?

  $ cat test.c
  inline void foo() {}
  extern void foo();
  $ clang -funique-internal-linkage-names test.c -c

More details are in this bug report https://github.com/llvm/llvm-project/issues/54139


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96109



More information about the cfe-commits mailing list