"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "e56294dbc6ddded0c71c2c6d9e857c3655261dcc"
Add a way to register and execute "writeout" functions.
It may be prohibitively expensive to write out >1000 files at the same time. So we would rather emit them serially. These functions allow the GCOV implementation to register the functions that writeout the GCOV information per compile unit. At exit, they are written. <rdar://problem/12439551> llvm-svn: 177436
Loading
Please register or sign in to comment