DebugInfo: Add flag to CU to disable emission of inline debug info into the skeleton CU
In cases where .dwo/.dwp files are guaranteed to be available, skipping the extra online (in the .o file) inline info can save a substantial amount of space - see the original r221306 for more details there. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279651 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Driver/Options.td 4 additions, 0 deletionsinclude/clang/Driver/Options.td
- include/clang/Frontend/CodeGenOptions.def 3 additions, 0 deletionsinclude/clang/Frontend/CodeGenOptions.def
- lib/CodeGen/CGDebugInfo.cpp 2 additions, 1 deletionlib/CodeGen/CGDebugInfo.cpp
- lib/Driver/Tools.cpp 4 additions, 0 deletionslib/Driver/Tools.cpp
- lib/Frontend/CompilerInvocation.cpp 1 addition, 0 deletionslib/Frontend/CompilerInvocation.cpp
- test/CodeGen/debug-info-imported-entity.cpp 1 addition, 3 deletionstest/CodeGen/debug-info-imported-entity.cpp
- test/CodeGen/split-debug-filename.c 2 additions, 2 deletionstest/CodeGen/split-debug-filename.c
- test/CodeGen/split-debug-inlining.c 7 additions, 0 deletionstest/CodeGen/split-debug-inlining.c
Loading
Please register or sign in to comment