[cfe-dev] How to run particular clang-test test?

via cfe-dev cfe-dev at lists.llvm.org
Wed Apr 3 05:39:33 PDT 2019


Answered to myself. Looks like '-verify' parameter replaced direct 'lit' invokation. So in order to run particular test you should type:
<path to llvm build>/bin/clang <parameters you need> -verify -internal-isystem /Users/stepan/projects/shared/toolchains/llvm.git.darwin-debug-x86_64/lib/clang/9.0.0/include -nostdsysteminc -<your test file>

03.04.2019, 16:27, "via cfe-dev" <cfe-dev at lists.llvm.org>:
> Hi there! May be a stupid question, but how to run a particular test for clang? Is here some way?
> Thanks!
> -Stepan Dyatkovskiy
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev



More information about the cfe-dev mailing list