Files
zig/src
Jacob Young f4f5b2bc41 llvm: force TargetOptions.UseInitArray to true
The `TargetOptions` default constructor initializes all `bool`s to
`false`, yet clang defaults to setting this option to `true`.  Since
recent glibc versions on linux do not appear to support this being set
to `false`, just changing the default for now unless a use case for
making it configurable is found.
2024-07-24 15:24:17 -07:00
..
2024-07-20 20:23:18 +03:00
2024-07-22 12:06:02 +02:00
2024-07-22 05:50:48 -07:00
2024-07-23 17:30:53 -07:00
2024-06-04 16:54:14 -07:00
2024-04-09 15:00:21 +02:00