[PATCH] D43060: [CodeView] Lower type for dwarf::DW_TAG_restrict_type type
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 21 19:05:16 PST 2018
zturner added a comment.
I should probably defer to @rnk for the main content of the review here.
================
Comment at: lib/CodeGen/AsmPrinter/CodeViewDebug.cpp:1514-1516
// FIXME: MSVC folds qualifiers into PointerOptions in the context of a method
// 'this' pointer, but not normal contexts. Figure out what we're supposed to
+ // do. Using NodeQualTy is a solution.
----------------
If this is a solution, then do we still need the FIXME?
https://reviews.llvm.org/D43060
More information about the llvm-commits
mailing list