diff options
| author | Andreas Jonson <andjo403@users.noreply.github.com> | 2020-02-11 22:37:16 +0100 |
|---|---|---|
| committer | Andreas Jonson <andjo403@users.noreply.github.com> | 2020-02-13 08:02:18 +0100 |
| commit | cec0ed0219c4e4961b9e7a33419d716a5ddf0e5d (patch) | |
| tree | 392f88ed9b79248cd49a71737e3691d322888932 /src/librustc_codegen_llvm/lib.rs | |
| parent | ba18875557aabffe386a2534a1aa6118efb6ab88 (diff) | |
| download | rust-cec0ed0219c4e4961b9e7a33419d716a5ddf0e5d.tar.gz rust-cec0ed0219c4e4961b9e7a33419d716a5ddf0e5d.zip | |
add selfprofiling for new llvm passmanager
Diffstat (limited to 'src/librustc_codegen_llvm/lib.rs')
| -rw-r--r-- | src/librustc_codegen_llvm/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_codegen_llvm/lib.rs b/src/librustc_codegen_llvm/lib.rs index 7aaa70d6ec4..b1085ba1703 100644 --- a/src/librustc_codegen_llvm/lib.rs +++ b/src/librustc_codegen_llvm/lib.rs @@ -44,6 +44,7 @@ mod back { pub mod archive; pub mod bytecode; pub mod lto; + mod profiling; pub mod write; } |
