Open
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?