mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 16:16:07 +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.