[PATCH] Add new debug kind LocTrackingOnly.
Diego Novillo
dnovillo at google.com
Mon Jun 23 08:37:25 PDT 2014
- Update call to DBuilder.createCompileUnit. Set new boolean flag
to true only when DebugKind is not set to LocTrackingOnly.
- Change equality checks for DebugLineTablesOnly to <= so they also
include LocTrackingOnly values.
- Update optimization remark test to check that no llvm.dbg.cu
annotation is generated.
http://reviews.llvm.org/D4235
Files:
include/clang/Basic/DiagnosticFrontendKinds.td
include/clang/Frontend/CodeGenOptions.def
include/clang/Frontend/CodeGenOptions.h
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CodeGenAction.cpp
lib/Frontend/CompilerInvocation.cpp
test/Frontend/optimization-remark.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4235.10757.patch
Type: text/x-patch
Size: 7009 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140623/0056c0d4/attachment.bin>
More information about the cfe-commits
mailing list