mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 16:34:22 +08:00
70e73a3d60b77a1001c97ba2f640f828a695bbfe
Put the logic for deciding the default name for gcc/g++ in the only place that actually cares about it. This also pushes an ifdef out of the generic driver code to a little further down, when the target is actually known. Hopefully it can be changed into just a runtime check in the future. llvm-svn: 129212
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%