Files
rust/compiler/rustc_interface/src
Paul Menage 3810386bbe 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.
2024-09-10 12:19:16 -07:00
..
2024-07-29 08:26:52 +10:00
2024-08-24 19:21:32 +03:00
2024-09-10 12:19:16 -07:00