This means ./bin/llvm-lit tools/clang/test/CodeGen/*attr* will now
run all the tests inside clang/test/CodeGen that contain attr in the name
instead of lit returning with an error
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 6501 Build 6501: arc lint + arc unit
Event Timeline
Comment Actions
It looks good, but I wonder if you weren't satisfied with "bin/llvm-lit path/to/src/clang/test/*attr* ... (I usually use it)
Comment Actions
The last time I tried using a glob on the source directory it did not work for me for some reason. It works now so maybe I was using llvm-lit from the wrong build directory.
However, I still think this patch is useful because it means I don't have to type the full path to the source directory.
Comment Actions
What is the motivation for using this, over using the --filter option? I have found --filter to be substantially more general and it is easier for us to support, so my preference would be to move it to be the standard way of solving this problem.