unsupported linker arg: --allow-multiple-definition
#21455
Labels
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
linking
zig cc
Zig as a drop-in C compiler feature
Milestone
Zig Version
0.13.0
Steps to Reproduce and Observed Behavior
How to Reproduce?
URL: https://c.godbolt.org/z/rz1GjvYMY
Add on
zig cc
/zig c++
-Wl,--allow-multiple-definition
.Note:
zig ld.lld --help | grep allow
, list this flag!Expected Behavior
Works, similar to clang/gcc.
The text was updated successfully, but these errors were encountered: