mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 22:36:06 +00:00

This avoids doing a Triple -> std::string -> Triple round trip in lots of places, now that the Module stores a Triple.
This avoids doing a Triple -> std::string -> Triple round trip in lots of places, now that the Module stores a Triple.