about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/time.rs
diff options
context:
space:
mode:
authorBastian Kersting <bkersting@google.com>2025-03-10 08:59:24 +0000
committerBastian Kersting <bkersting@google.com>2025-03-10 08:59:24 +0000
commite5dc1e378619b11b296a953ca08abb2cdf38f9e0 (patch)
tree4439a87a255efc6778bbbe005cf53108a78a822b /library/std/src/sys/pal/unix/time.rs
parent02bb2d4410d4db07c40bed308f8ba0d2af28d069 (diff)
downloadrust-e5dc1e378619b11b296a953ca08abb2cdf38f9e0.tar.gz
rust-e5dc1e378619b11b296a953ca08abb2cdf38f9e0.zip
Add comments for #[no_sanitize(cfi)] in stdlib
Diffstat (limited to 'library/std/src/sys/pal/unix/time.rs')
-rw-r--r--library/std/src/sys/pal/unix/time.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/std/src/sys/pal/unix/time.rs b/library/std/src/sys/pal/unix/time.rs
index fc60c307f34..c0a3044660b 100644
--- a/library/std/src/sys/pal/unix/time.rs
+++ b/library/std/src/sys/pal/unix/time.rs
@@ -96,6 +96,8 @@ impl Timespec {
         }
     }
 
+    // FIXME(#115199): Rust currently omits weak function definitions
+    // and its metadata from LLVM IR.
     #[cfg_attr(
         all(
             target_os = "linux",