1
Fork 0

record llvm cgu instruction stats

This commit is contained in:
csmoe 2022-11-03 22:34:24 +08:00
parent 07c993eba8
commit a30de6e7cb
6 changed files with 41 additions and 0 deletions

View file

@ -14,6 +14,7 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/DynamicLibrary.h"
#include "llvm/Support/FormattedStream.h"
#include "llvm/Support/JSON.h"
#include "llvm/Support/Host.h"
#include "llvm/Support/Memory.h"
#include "llvm/Support/SourceMgr.h"