-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Open
Labels
clang:driver'clang' and 'clang++' user-facing binaries. Not 'clang-cl''clang' and 'clang++' user-facing binaries. Not 'clang-cl'questionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
Description
Hi, I'm using the *-pc-windows-gnullvm
target in Rust, and after #78655, I'm getting a few errors (e.g., one was solved in rust-lang/cc-rs#1176).
I am wondering: rather than adding maps from gnullvm to gnu on all Clang users, would it be possible to add a gnullvm
environment in llvm/include/llvm/TargetParser/Triple.h
/llvm/lib/TargetParser/Triple.cpp
that behaves like a normal gnu
environment?
Metadata
Metadata
Assignees
Labels
clang:driver'clang' and 'clang++' user-facing binaries. Not 'clang-cl''clang' and 'clang++' user-facing binaries. Not 'clang-cl'questionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!