|
@@ -1,17 +1,17 @@
|
|
// RUN: rm -rf %t
|
|
// RUN: rm -rf %t
|
|
-// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -w -Werror=auto-import %s -I %S/Inputs \
|
|
|
|
|
|
+// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Werror=auto-import %s -I %S/Inputs \
|
|
// RUN: -fmodule-implementation-of category_right -fsyntax-only
|
|
// RUN: -fmodule-implementation-of category_right -fsyntax-only
|
|
|
|
|
|
-// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -w -Werror=auto-import %s -I %S/Inputs \
|
|
|
|
|
|
+// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Werror=auto-import %s -I %S/Inputs \
|
|
// RUN: -fmodule-implementation-of category_right -dM -E -o - 2>&1 | FileCheck %s
|
|
// RUN: -fmodule-implementation-of category_right -dM -E -o - 2>&1 | FileCheck %s
|
|
// CHECK-NOT: __building_module
|
|
// CHECK-NOT: __building_module
|
|
|
|
|
|
-// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -w -Werror=auto-import %s -I %S/Inputs \
|
|
|
|
|
|
+// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Werror=auto-import %s -I %S/Inputs \
|
|
// RUN: -fmodule-implementation-of category_left -verify
|
|
// RUN: -fmodule-implementation-of category_left -verify
|
|
|
|
|
|
-// RUN: %clang_cc1 -x objective-c-header -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -w -Werror=auto-import %s -I %S/Inputs \
|
|
|
|
|
|
+// RUN: %clang_cc1 -x objective-c-header -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Werror=auto-import %s -I %S/Inputs \
|
|
// RUN: -fmodule-implementation-of category_right -emit-pch -o %t.pch
|
|
// RUN: -fmodule-implementation-of category_right -emit-pch -o %t.pch
|
|
-// RUN: %clang_cc1 -x objective-c-header -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -w -Werror=auto-import %s -I %S/Inputs \
|
|
|
|
|
|
+// RUN: %clang_cc1 -x objective-c-header -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Werror=auto-import %s -I %S/Inputs \
|
|
// RUN: -DWITH_PREFIX -fmodules-ignore-macro=WITH_PREFIX -include-pch %t.pch -fmodule-implementation-of category_right
|
|
// RUN: -DWITH_PREFIX -fmodules-ignore-macro=WITH_PREFIX -include-pch %t.pch -fmodule-implementation-of category_right
|
|
|
|
|
|
#ifndef WITH_PREFIX
|
|
#ifndef WITH_PREFIX
|