about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h
diff options
context:
space:
mode:
authorcsmoe <csmoe@msn.com>2022-11-03 22:34:24 +0800
committercsmoe <csmoe@msn.com>2023-02-25 16:18:56 +0800
commita30de6e7cb1458e271ead5e40e49dbe709275537 (patch)
tree6c2c19a7f7ecd7b404e57b8a9cdb2da4f2fd830e /compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h
parent07c993eba8b76eae497e98433ae075b00f01be10 (diff)
downloadrust-a30de6e7cb1458e271ead5e40e49dbe709275537.tar.gz
rust-a30de6e7cb1458e271ead5e40e49dbe709275537.zip
record llvm cgu instruction stats
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h')
-rw-r--r--compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h b/compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h
index 9146a3739b2..05890628378 100644
--- a/compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h
+++ b/compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h
@@ -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"