probinson added inline comments.

================
Comment at: clang/lib/CodeGen/CGDebugInfo.cpp:4957
+  auto Loc = getLineNumber(D->getLocation());
+  DBuilder.createGlobalVariableExpression(
+      DContext, Name, StringRef(), Unit, Loc, Ty,
----------------
I wasn't saying that gcc did the right thing!  Quite the opposite, I think the 
imported declaration is preferable, and I believe @dblaikie also thought it 
would be okay.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103131/new/

https://reviews.llvm.org/D103131

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to