brintos

brintos / llvm-project-archived public Read only

0
0
Text · 145 B · 11dc664 Raw
4 lines · plain
1# In some modes flang will exit before cat does. If pipefail is enabled this means2# we get cat's exit code not flang's.3config.pipefail = False4