This is an archive of the discontinued LLVM Phabricator instance.

ThinLTO: Fix promotion aliases with -msvc targets
AbandonedPublic

Authored by samitolvanen on Jul 20 2021, 1:12 PM.

Details

Summary

Use quotes around function names in module inline assembly to
fix promotion aliases with x86_64-pc-windows-msvc.

Diff Detail

Event Timeline

samitolvanen created this revision.Jul 20 2021, 1:12 PM
samitolvanen requested review of this revision.Jul 20 2021, 1:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2021, 1:12 PM
samitolvanen retitled this revision from ThinLTO: Fix promotion aliases with MSVC name mangling to ThinLTO: Fix promotion aliases with -msvc targets.Jul 20 2021, 1:45 PM
samitolvanen edited the summary of this revision. (Show Details)
samitolvanen abandoned this revision.Jul 20 2021, 2:03 PM

Nick suggested reverting until we figure out if this is the ideal fix here. I'll fold this to the original patch.