mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-13 13:45:16 +00:00
![Louis Dionne](/assets/img/avatar_default.png)
Some tests do not fail at all when -verify is not supported, unless some arbitrary warning flag is added to make them fail. We currently used -Werror=unused-result to make them fail, but doing so makes the test suite a lot more inscrutable. It seems better to just disable those tests when -verify is not supported. Differential Revision: https://reviews.llvm.org/D76256