mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-04 16:41:43 +00:00

In addition to reducing the amount of boilerplate we need to generate whenever a new header is added, this also improves the existing tests by running them in separate Lit tests (so they can be parallelized). This also creates separate translation units for most header tests, which is what we really should have done from the start since it isolates each header we're testing. Differential Revision: https://reviews.llvm.org/D151654