https://llvm.org/bugs/show_bug.cgi?id=13260

Chris Bieneman <chris.biene...@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |chris.biene...@me.com
         Resolution|---                         |FIXED

--- Comment #3 from Chris Bieneman <chris.biene...@me.com> ---
Jordan,

I believe this is now fully resolved for non-IDE generators. In r268806 Justin
Bogner added a feature that generates check targets for every subdirectory
under the tests directories. The targets follow the format
check-${project}-${subdir}, where subdir is the name of the subdirectories
under the test directory with slashes replaced by dashes.

This follows exactly what Takumi commented where the target
check-clang-Analysis runs the tests under clang/test/Analysis. Additionally
check-clang-Analysis-objc runs the  tests under clang/test/Analysis/objc.

This workflow is not supported in multi-configuration generators (i.e. Visual
Studio & Xcode) because IDEs seem to have a problem with excessive numbers of
targets being generated, but it works great if you use Ninja or Make.

Is this sufficient for your needs?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to