]> granicus.if.org Git - clang/commit
Represent debug information compression type fully
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 9 Jun 2017 00:40:30 +0000 (00:40 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 9 Jun 2017 00:40:30 +0000 (00:40 +0000)
commit12bfbed8ef5bd7575f1880c93e50d9a1bee5ee8e
tree94c1255e7145ee50b39274e90ab41206c7593bc1
parent6bba2ec198bc4b34714130cd22bd7e7a2c2955c6
Represent debug information compression type fully

This is tied with the LLVM side of the change to expose the debug
information compression types to clang.  We now track the compression
type as an enumeration rather than a boolean.  We still use the same
value (GNU) that we did previously.  This is in preparation to support
passing down the compression type and switch it based on the command
line.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305039 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/CodeGenOptions.def
lib/CodeGen/BackendUtil.cpp
lib/Frontend/CompilerInvocation.cpp
tools/driver/cc1as_main.cpp