about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/doc/debugging-gcc-lto.md
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_codegen_gcc/doc/debugging-gcc-lto.md')
-rw-r--r--compiler/rustc_codegen_gcc/doc/debugging-gcc-lto.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_codegen_gcc/doc/debugging-gcc-lto.md b/compiler/rustc_codegen_gcc/doc/debugging-gcc-lto.md
deleted file mode 100644
index 93b150d7686..00000000000
--- a/compiler/rustc_codegen_gcc/doc/debugging-gcc-lto.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# How to debug GCC LTO
-
-Run do the command with `-v -save-temps` and then extract the `lto1` line from the output and run that under the debugger.