[CodeView] Add support for emitting column information
[oota-llvm.git] / include / llvm / Support / COFF.h
index b26af61a7c7030b02b5e7d239ede7b5f42e3387e..3c5ee06969d0c6e62e419c910c7b0e4fa8ffc988 100644 (file)
@@ -655,6 +655,7 @@ namespace COFF {
   };
 
   enum CodeViewIdentifiers {
+    DEBUG_LINE_TABLES_HAVE_COLUMN_RECORDS = 0x1,
     DEBUG_SECTION_MAGIC = 0x4,
     DEBUG_SYMBOL_SUBSECTION = 0xF1,
     DEBUG_LINE_TABLE_SUBSECTION = 0xF2,