[PATCH] D67723: [DebugInfo] Add option to disable inline line tables.
Amy Huang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 14 14:51:09 PDT 2019
akhuang updated this revision to Diff 224909.
akhuang added a comment.
- Fixes for DbgInfoIntrinsic type and change test cmd
Reverted the line 0 change - I wasn't sure if it would be an issue since
the debugger doesn't step through those lines.
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.224909.patch
Type: text/x-patch
Size: 10467 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191014/efb83fb4/attachment.bin>
More information about the cfe-commits
mailing list