about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAntoni Boucher <bouanto@zoho.com>2022-01-15 08:57:34 -0500
committerAntoni Boucher <bouanto@zoho.com>2022-01-15 08:57:34 -0500
commite690fb12731eb5f86d4c88400a344f65607af385 (patch)
treeae23767956895a850acd1eb96df0eb3d8ee63e62 /src
parent0be9d1e8877a48821e52a8f4f5de26fb2b746bee (diff)
downloadrust-e690fb12731eb5f86d4c88400a344f65607af385.tar.gz
rust-e690fb12731eb5f86d4c88400a344f65607af385.zip
Add comment
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 20347f18786..9b62bf41837 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,6 +1,6 @@
 /*
  * TODO(antoyo): support #[inline] attributes.
- * TODO(antoyo): support LTO.
+ * TODO(antoyo): support LTO (gcc's equivalent to Thin LTO is enabled by -fwhopr: https://stackoverflow.com/questions/64954525/does-gcc-have-thin-lto).
  *
  * TODO(antoyo): remove the patches.
  */