Open Quuxplusone opened 10 years ago
Bugzilla Link | PR17997 |
Status | NEW |
Importance | P normal |
Reported by | Reid Kleckner (rnk@google.com) |
Reported on | 2013-11-19 16:48:34 -0800 |
Last modified on | 2017-08-28 00:28:48 -0700 |
Version | unspecified |
Hardware | PC Windows NT |
CC | karnajitw@gmail.com, llvm-bugs@lists.llvm.org, llvm@sunfishcode.online, mren@apple.com, rafael@espindo.la |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
Hi Reid,
Thanks for the example.
The example you gave should not cause any issue, because even though the name is the same, the MDNodes are different.
It may cause problem if we have structs that are mangled to the same name and have the same fields but should be treated differently. I am not sure if such cases exist.
Manman