[PATCH] D44274: Object: Fix handling of @@@ in .symver directive
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 8 14:34:14 PST 2018
vitalybuka added inline comments.
================
Comment at: llvm/lib/Object/RecordStreamer.cpp:175
+ }
+ if (!IsDefined) {
+ // If we don't have it in assembly, then check if the aliasee was
----------------
Not sure if I need to lookup in MangledNameMap
https://reviews.llvm.org/D44274
More information about the llvm-commits
mailing list