https://bugs.llvm.org/show_bug.cgi?id=38920

rtr...@google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from rtr...@google.com ---
This should be fixed in r342199.  The ODR hasher does not catch these kinds of
the bugs at the moment (calling different static functions, the hasher only
cares about the function name).  The root cause was an early exit skipping a
small amount of data to hash.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to