Skip to content

Commit 19abae7

Browse files
committed
Auto merge of #147922 - Kivooeo:dead-link, r=petrochenkov
Remove broken link Idk if this link is any important but it does not work anymore so...
2 parents cf8346d + 5acfc01 commit 19abae7

File tree

1 file changed

+0
-2
lines changed
  • compiler/rustc_codegen_gcc/src

1 file changed

+0
-2
lines changed

compiler/rustc_codegen_gcc/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
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?)
3-
* 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).
53
* For Thin LTO, this might be helpful:
64
// cspell:disable-next-line
75
* 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)