diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2018-06-20 09:35:01 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2018-07-07 10:52:18 +0200 |
| commit | cd4989ee94b86914469d917ba848a2cb3a51a72e (patch) | |
| tree | 1416faf81f93d4dbd928622af52ebb9898054348 /src/librustc_codegen_utils/codegen_backend.rs | |
| parent | e65db8161d39e1f27a1c525027c92f8f0aa7f97c (diff) | |
| download | rust-cd4989ee94b86914469d917ba848a2cb3a51a72e.tar.gz rust-cd4989ee94b86914469d917ba848a2cb3a51a72e.zip | |
Leave fixme comment
Diffstat (limited to 'src/librustc_codegen_utils/codegen_backend.rs')
| -rw-r--r-- | src/librustc_codegen_utils/codegen_backend.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/librustc_codegen_utils/codegen_backend.rs b/src/librustc_codegen_utils/codegen_backend.rs index c8cb92b7782..8043559b310 100644 --- a/src/librustc_codegen_utils/codegen_backend.rs +++ b/src/librustc_codegen_utils/codegen_backend.rs @@ -161,7 +161,8 @@ impl CodegenBackend for MetadataOnlyCodegenBackend { collector::MonoItemCollectionMode::Eager ).0.iter() ); - //::rustc::middle::dependency_format::calculate(tcx); + // FIXME: Fix this + // ::rustc::middle::dependency_format::calculate(tcx); let _ = tcx.link_args(LOCAL_CRATE); let _ = tcx.native_libraries(LOCAL_CRATE); for mono_item in |
