https://github.com/arichardson created https://github.com/llvm/llvm-project/pull/199305
This simplifies update_mc_test_checks.py to feed the entire input file into llvm-mc, rather than invoking it line-by-line. It leverages the new --show-source-loc option in llvm-mc to map generated instruction outputs back to their original lines. Line comments corresponding to MacroLoc are automatically filtered out during test generation so they do not clutter generated checks. We also add a combined test case covering both ifdefs, macros, and .include directives to maintain robust automated test coverage. _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
