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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to