[PATCH] D71501: Cost Annotation Writer for InlineCost

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 11:55:06 PST 2020


RKSimon added inline comments.


================
Comment at: llvm/test/DebugInfo/debuginline-cost-delta.ll:117
+
+!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.5 ", isOptimized: false, emissionKind: NoDebug, file: !1, enums: !2, retainedTypes: !2, globals: !2, imports: !2)
+!1 = !DIFile(filename: "calls.cc", directory: ".")
----------------
Is all this necessary?


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

https://reviews.llvm.org/D71501





More information about the llvm-commits mailing list