[PATCH] D66405: [llvm-ifs] llvm Interface Stubs merging + object file generation tool.

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 3 06:11:14 PDT 2019


thakis added inline comments.


================
Comment at: llvm/trunk/test/lit.cfg.py:25
 # by individual lit.local.cfg files in the test subdirectories.
 config.suffixes = ['.ll', '.c', '.cxx', '.test', '.txt', '.s', '.mir']
 
----------------
Since this list doesn't contain ".ifs", none of the tests you added actually run as part of `check-llvm`. I'd recommend renaming the tests to ".test" instead of adding ".ifs" to this list.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66405/new/

https://reviews.llvm.org/D66405





More information about the llvm-commits mailing list