-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
getauxv bloat in static exe #21522
Copy link
Copy link
Closed
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behavioros-linuxLinuxLinuxstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behavioros-linuxLinuxLinuxstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Zig Version
zig-0.14.0-dev.1646+b19d0fb0f
Steps to Reproduce and Observed Behavior
The following bugreport got lost in a comment of/after merged PR #16977
#16977 (comment)
This bug also contributes to #20711
Expected Behavior
If
getauxval()code is not used and unreachable in the final exe, it should not end up there.