You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a lot more useful information exposed in rustc's target spec that cc could use after #1225. Opening this issue to track the progress on using those.
There's a lot more useful information exposed in
rustc
's target spec thatcc
could use after #1225. Opening this issue to track the progress on using those.Specifically:
llvm-target
: Userustc
's knowledge of LLVM/Clang target triples #1252llvm-abiname
target-endian
linker
pre-link-objects
/post-link-objects
/pre-link-objects-fallback
/crt-static-allows-dylibs
/etc. for better-Clink-self-contained
?link-env
/link-env-remove
cpu
? See also Pass target-cpu to C compilers #268dynamic-linking
(for diagnostics?)frame-pointer
default-dwarf-version
position-independent-executables
/static-position-independent-executables
panic-strategy
(for-fno-exceptions
)eh-frame-header
?cfg!(target_has_atomic = "...")
)?cfg!(target_thread_local)
)?Note that we still have to implement fallbacks for each of these for custom target specs.
The text was updated successfully, but these errors were encountered: