[PATCH] D67723: [DebugInfo] Add option to disable inline line tables.

Amy Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 15 13:19:13 PDT 2019


akhuang updated this revision to Diff 225104.
akhuang marked an inline comment as done.
akhuang added a comment.

Address comment about bad decrementing iterator.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67723

Files:
  clang/include/clang/Basic/CodeGenOptions.def
  clang/include/clang/Driver/Options.td
  clang/lib/CodeGen/CodeGenFunction.cpp
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/lib/Frontend/CompilerInvocation.cpp
  clang/test/CodeGen/debug-info-no-inline-line-tables.c
  llvm/docs/LangRef.rst
  llvm/include/llvm/IR/Attributes.td
  llvm/lib/Transforms/Utils/InlineFunction.cpp
  llvm/test/Transforms/Inline/no-inline-line-tables.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67723.225104.patch
Type: text/x-patch
Size: 13154 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191015/899ab6ac/attachment.bin>


More information about the llvm-commits mailing list