[PATCH] D87811: [CodeGen] emit CG profile for COFF object file

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 24 14:20:45 PDT 2020


rnk accepted this revision.
rnk added a comment.

lgtm



================
Comment at: llvm/lib/Target/TargetLoweringObjectFile.cpp:165
+    const Function *F = cast<Function>(V->getValue());
+    if (F->hasDLLImportStorageClass())
+      return nullptr;
----------------
Thanks! You can see the diff here if you are curious:
https://reviews.llvm.org/D87811?vs=292846&id=293899#toc


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87811



More information about the llvm-commits mailing list