commit | 39bb84a09793331da8e56e913026e0829f5c1620 | [log] [tgz] |
---|---|---|
author | Adrian Prantl <aprantl@apple.com> | Thu Mar 31 23:56:58 2016 +0000 |
committer | Adrian Prantl <aprantl@apple.com> | Thu Mar 31 23:56:58 2016 +0000 |
tree | eefaa90b96539da5c8f202e6e0187d86d5353f60 | |
parent | ff85de827737247cad3a9387e0be9f29458f5218 [diff] |
Move the DebugEmissionKind enum from DIBuilder into DICompileUnit. This mostly cosmetic patch moves the DebugEmissionKind enum from DIBuilder into DICompileUnit. DIBuilder is not the right place for this enum to live in — a metadata consumer should not have to include DIBuilder.h. I also added a Verifier check that checks that the emission kind of a DICompileUnit is actually legal. http://reviews.llvm.org/D18612 <rdar://problem/25427165> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265077 91177308-0d34-0410-b5e6-96231b3b80d8