[PATCH] D44551: Replace calls to 'system' with an error message and abort.
Michael Zolotukhin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 15 18:38:10 PDT 2018
mzolotukhin created this revision.
mzolotukhin added a reviewer: cmatthews.
Herald added a subscriber: mgorny.
'system' is unavailable on iOS, which causes build failures. These
execution paths are probably never taken anyway (if we hit the abort,
then we'll need to revert this and disable it only on certain
platforms.)
Repository:
rT test-suite
https://reviews.llvm.org/D44551
Files:
MultiSource/Applications/lua/loslib.c
MultiSource/Applications/siod/slibu.c
MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG/CMakeLists.txt
MultiSource/Benchmarks/DOE-ProxyApps-C++/miniFE/CMakeLists.txt
MultiSource/Benchmarks/MiBench/consumer-typeset/z03.c
MultiSource/Benchmarks/MiBench/consumer-typeset/z40.c
MultiSource/Benchmarks/Prolangs-C/TimberWolfMC/finalout.c
MultiSource/Benchmarks/Prolangs-C/assembler/assem.c
MultiSource/Benchmarks/mafft/pairlocalalign.c
MultiSource/Benchmarks/mafft/rna.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44551.138659.patch
Type: text/x-patch
Size: 8141 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180316/8a95069b/attachment.bin>
More information about the llvm-commits
mailing list