mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
4eff2d3177caa7ddbe901d54619f483ed4323e1b
Most platforms have "/dev/null". Windows has "nul". Instead of hardcoding the string /dev/null at various places, make a constant that contains the correct value depending on the platform, and use that everywhere instead. llvm-svn: 250331
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%