DebugInfo: DIBuilder changes to match DIEnumerator changes in r184694
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 24 Jun 2013 17:34:33 +0000 (17:34 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 24 Jun 2013 17:34:33 +0000 (17:34 +0000)
commit8de0a465b832052d975dc9fdced1adcf3336fabc
treeb7a76800c31e65833c7a52dac7cab06038a7ad47
parente701431466d7cff6735c16f0c540ecbaf3ffd6ea
DebugInfo: DIBuilder changes to match DIEnumerator changes in r184694

Representing enumerators by int64 instead of uint64 for now. At some
point we need to address the underlying issue of representation
depending on the specific enumeration.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184761 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DIBuilder.h
lib/IR/DIBuilder.cpp