Skip to content

Commit 4ce408d

Browse files
committed
remove broken link
1 parent c6efb90 commit 4ce408d

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_codegen_gcc/src

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_gcc/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* TODO(antoyo): implement equality in libgccjit based on https://zpz.github.io/blog/overloading-equality-operator-in-cpp-class-hierarchy/ (for type equality?)
33
* TODO(antoyo): support #[inline] attributes.
4-
* TODO(antoyo): support LTO (gcc's equivalent to Full LTO is -flto -flto-partition=one — https://documentation.suse.com/sbp/all/html/SBP-GCC-10/index.html).
4+
* TODO(antoyo): support LTO (gcc's equivalent to Full LTO is -flto -flto-partition=one).
55
* For Thin LTO, this might be helpful:
66
// cspell:disable-next-line
77
* In gcc 4.6 -fwhopr was removed and became default with -flto. The non-whopr path can still be executed via -flto-partition=none.

0 commit comments

Comments
 (0)