SPIRV-Tools/tools/reduce
David Neto 0d87845532
Remove uses of std::system(nullptr) (#5494)
Android's bionic library blows up on this, contrary to the standard.

If std::system can't find a shell, you already have bigger problems.
Don't check specially for that condition. (That's the justification
Android uses, and I'm not going to fight it.)
2023-11-30 17:05:25 -05:00
..
reduce.cpp Remove uses of std::system(nullptr) (#5494) 2023-11-30 17:05:25 -05:00