[PATCH] D129891: [test-suite] Update the test suite for changes to -Wint-conversion

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 15 12:09:34 PDT 2022


aaron.ballman created this revision.
aaron.ballman added reviewers: fhahn, erichkeane, jroelofs.
Herald added subscribers: kristof.beyls, mgorny.
Herald added a project: All.
aaron.ballman requested review of this revision.

This updates the test suite to ignore `-Wint-conversion` warnings which have been upgraded to an error by https://reviews.llvm.org/D129881. Note, this warning already exists and is on by default, so landing this before D129881 <https://reviews.llvm.org/D129881> is harmless even if that review is rejected.


Repository:
  rT test-suite

https://reviews.llvm.org/D129891

Files:
  MultiSource/Applications/Burg/CMakeLists.txt
  MultiSource/Applications/Burg/Makefile
  MultiSource/Benchmarks/Prolangs-C/assembler/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C/assembler/Makefile
  MultiSource/Benchmarks/Prolangs-C/bison/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C/bison/Makefile
  MultiSource/Benchmarks/Prolangs-C/football/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C/football/Makefile
  MultiSource/Benchmarks/Prolangs-C/unix-smail/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C/unix-smail/Makefile
  MultiSource/Benchmarks/TSVC/Recurrences-flt/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/Recurrences-flt/Makefile
  MultiSource/Benchmarks/VersaBench/beamformer/CMakeLists.txt
  MultiSource/Benchmarks/VersaBench/beamformer/Makefile
  SingleSource/Regression/C/gcc-c-torture/execute/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129891.445093.patch
Type: text/x-patch
Size: 6400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220715/6c49506a/attachment-0001.bin>


More information about the cfe-commits mailing list