mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 01:46:36 +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.