Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D90571
[compiler-rt] [ubsan] Use the itanium type info lookup for mingw targets ClosedPublic Authored by mstorsjo on Nov 1 2020, 12:59 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 2 2020, 12:54 PM Closed by commit rG076d351e8bdd: [compiler-rt] [ubsan] Use the itanium type info lookup for mingw targets (authored by mstorsjo). · Explain WhyNov 2 2020, 11:59 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 302481 compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cpp
compiler-rt/lib/ubsan/ubsan_type_hash_win.cpp
|
Truly, MSVC is the odd duck: I would change the condition to !defined(_MSC_VER), it will work for clang and msvc.