-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improve zig cc flag integration #4784
Labels
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
zig cc
Zig as a drop-in C compiler feature
Milestone
Comments
andrewrk
added
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
zig cc
Zig as a drop-in C compiler feature
labels
Mar 22, 2020
andrewrk
added
the
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
label
Mar 22, 2020
some linker flags to add support for:
|
This was referenced Mar 28, 2020
andrewrk
added a commit
that referenced
this issue
Apr 1, 2020
However these are all treated like zig's -mcpu parameter. See #4784
This was referenced Apr 2, 2020
andrewrk
added a commit
that referenced
this issue
Apr 2, 2020
This is done now; some stuff has been extracted into separate issues. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
zig cc
Zig as a drop-in C compiler feature
Extracted from #4774; see #3089 for the original issue.
llvm target triple vs zig target triple; llvm -mcpu vs zig -mcpuzig cc: parse-target
and-mcpu
/-march
/-mtune
flags according to clang #4911-fprofile-arcs
)undefined symbol: __divtf3
nostdinc and how it relates to the native targetnot neededstack protector argsnot neededomit-frame-pointernot neededzig cc: integration with -m flags #4912-m
args affect cpu flags and-march=native
The text was updated successfully, but these errors were encountered: