We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3252e7a commit c0ec047Copy full SHA for c0ec047
1 file changed
libdd-otel-thread-ctx-ffi/tests/elf_properties.rs
@@ -6,7 +6,8 @@
6
//! Delegates to [`libdd_otel_thread_ctx::autocheck::check_tls_slot_in`] which
7
//! checks that:
8
//! - `otel_thread_ctx_v1` is exported in the dynamic symbol table as a TLS GLOBAL symbol.
9
-//! - `otel_thread_ctx_v1` has no non-TLSDESC TLS relocations.
+//! - `otel_thread_ctx_v1` follows the TLSDESC access model (if there's a relocation, it's a TLSDESC
10
+//! one).
11
//!
12
//! The cdylib path is derived at runtime from the test executable location.
13
//! Both the test binary and the cdylib live in `target/<[triple/]profile>/deps/`.
0 commit comments