This is an archive of the discontinued LLVM Phabricator instance.

[PDB] Make variables.test to pass using a 32-bit compiler too
ClosedPublic

Authored by aleksandr.urakov on Aug 23 2018, 6:07 AM.

Details

Summary

variables.test depends on mangled names, but the mangling depends on the bitness. This patch specifies the bitness explicitly, so mangled names doesn't differ when a 32-bit version of the compiler is used.

Diff Detail

Repository
rL LLVM

Event Timeline

This revision is now accepted and ready to land.Aug 23 2018, 9:40 AM
This revision was automatically updated to reflect the committed changes.