Merge commit '802798ce3c8baa4697120580f87bc1ee377306d3' as 'external/capstone'

This commit is contained in:
2026-05-11 11:55:07 +02:00
3968 changed files with 2967598 additions and 0 deletions
@@ -0,0 +1,14 @@
# Copyright © 2024 Rot127 <unisono@quyllur.org>
# SPDX-License-Identifier: BSD-3
from autosync.PathVarHandler import PathVarHandler
import lit.formats
config.name = "Generate Capstone MC regression tests"
config.test_format = lit.formats.ShTest(True)
config.suffixes = [".txt", ".s"]
config.excludes = ["Inputs", "CMakeLists.txt", "README.md", "LICENSE.txt"]
config.test_source_root = PathVarHandler().get_path("{LLVM_LIT_TEST_DIR}")