zig/lib
mlugg 7218218040
build runner: don't incorrectly omit reference traces
It's incorrect to ever set `include_reference_trace` here, because the
compiler has already given or not given reference traces depending on
the `-freference-trace` option propagated to the compiler process by
`std.Build.Step.Compile`.

Perhaps in future we could make the compiler always return the reference
trace when communicating over the compiler protocol; that'd be more
versatile than the current behavior, because the build runner could, for
instance, show a reference trace on-demand without having to even invoke
the compiler. That seems really useful, since the reference trace is
*often* unnecessary noise, but *sometimes* essential. However, we don't
live in that world right now, so passing the option here doesn't make
sense.

Resolves: #23415
2025-05-17 00:36:54 +02:00
..
compiler build runner: don't incorrectly omit reference traces 2025-05-17 00:36:54 +02:00
compiler_rt compiler-rt: Add missing _Qp_sqrt export for sparc64. 2025-05-01 21:36:19 +02:00
docs zig build fmt 2025-02-22 17:09:20 -08:00
fuzzer/web Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
include zig cc: Remove headers related to GPU offload. 2024-12-16 04:36:57 +01:00
init zig init template: remove outdated comments 2025-03-01 16:11:59 -08:00
libc glibc: Add missing stubs-lp64s.h for loongarch64-linux-gnusf. 2025-04-06 17:23:19 +02:00
libcxx libcxx: Update to LLVM 19.1.0. 2024-09-19 18:20:22 -07:00
libcxxabi libcxxabi: Update to LLVM 19. 2024-09-19 18:20:21 -07:00
libunwind libunwind: Fix compilation for the x32 ABI. 2024-11-18 17:43:54 +01:00
std std.hash.Wyhash: fix dangling stack pointer 2025-05-16 17:03:39 +02:00
tsan tsan: Update to LLVM 19.1.0. 2024-09-24 23:58:21 -07:00
c.zig c: Include Os.Tag.other in the list of freestanding OSs. 2024-11-08 14:56:55 +01:00
compiler_rt.zig x86_64: rewrite scalar and vector int @divTrunc 2025-02-15 03:45:21 -05:00
fuzzer.zig use correcct symbol for the end of pcguard section 2025-04-28 20:48:30 +02:00
ubsan_rt.zig ubsan: update wording 2025-02-25 11:22:33 -08:00
zig.h cbe: Implement support for -fno-builtin and @disableIntrinsics(). 2025-02-23 04:08:58 +01:00