зеркало из https://github.com/microsoft/clang.git
move all objc sema tests into a new SemaObjC directory. Next step is to
remove the objc- prefix from the tests that use it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54084 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
62f5f7ffad
Коммит
6ac6ddc861
|
@ -1,7 +1,7 @@
|
|||
LEVEL = ../../..
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
TESTDIRS = CodeGen Lexer Preprocessor Parser Sema Analysis Serialization Rewriter
|
||||
TESTDIRS = CodeGen Lexer Preprocessor Parser Sema SemaObjC Analysis Serialization Rewriter
|
||||
|
||||
# Only run rewriter tests on darwin.
|
||||
ifeq ($(OS),Darwin)
|
||||
|
|
Загрузка…
Ссылка в новой задаче