[cfe-commits] PATCH: Use enum to set size of debug info generated by Clang

Alexey Samsonov samsonov at google.com
Thu Apr 26 04:15:32 PDT 2012


Hi, cfe-commits!

This patch follows clattner's advice and introduces enum (instead of bool
flags)
that defines the size of debug info generated by Clang. This patch doesn't
change the behavior and is a first step to introducing -gline-tables-only
flag
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120423/056674.html

http://codereview.appspot.com/6114059/

-- 
Alexey Samsonov, MSK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120426/e349c76b/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: enum_debug_info_kind.patch
Type: application/octet-stream
Size: 8215 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120426/e349c76b/attachment.obj>


More information about the cfe-commits mailing list