1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Transforms/GCOVProfiling
Adrian Prantl 3e537cddb9 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>

llvm-svn: 265077
2016-03-31 23:56:58 +00:00
..
function-numbering.ll DI: Reverse direction of subprogram -> function edge. 2015-11-05 22:03:56 +00:00
global-ctor.ll DI: Reverse direction of subprogram -> function edge. 2015-11-05 22:03:56 +00:00
linezero.ll DI: Reverse direction of subprogram -> function edge. 2015-11-05 22:03:56 +00:00
linkagename.ll Move the DebugEmissionKind enum from DIBuilder into DICompileUnit. 2016-03-31 23:56:58 +00:00
modules.ll [GCOV] Avoid emitting profile arcs for module and skeleton CUs 2016-01-21 17:04:42 +00:00
return-block.ll DI: Reverse direction of subprogram -> function edge. 2015-11-05 22:03:56 +00:00
version.ll Move the DebugEmissionKind enum from DIBuilder into DICompileUnit. 2016-03-31 23:56:58 +00:00