about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src
diff options
context:
space:
mode:
authorPaul Menage <menage@gmail.com>2024-09-10 12:19:16 -0700
committerPaul Menage <menage@gmail.com>2024-09-10 12:19:16 -0700
commit3810386bbe95e989d399a2d46d806bcf7c607c06 (patch)
treeb403e8996331e4dec86a1e29dfaa8102b9741b10 /compiler/rustc_resolve/src
parent33855f80d4393bff5d1226eabf8e61f348179cee (diff)
downloadrust-3810386bbe95e989d399a2d46d806bcf7c607c06.tar.gz
rust-3810386bbe95e989d399a2d46d806bcf7c607c06.zip
Add -Z small-data-threshold
This flag allows specifying the threshold size above which LLVM should
not consider placing small objects in a .sdata or .sbss section.

Support is indicated in the target options via the
small-data-threshold-support target option, which can indicate either an
LLVM argument or an LLVM module flag.  To avoid duplicate specifications
in a large number of targets, the default value for support is
DefaultForArch, which is translated to a concrete value according to the
target's architecture.
Diffstat (limited to 'compiler/rustc_resolve/src')
0 files changed, 0 insertions, 0 deletions