Jake-Egan created this revision. Jake-Egan requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits.
Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D112390 Files: clang/test/Modules/ModuleDebugInfo.cpp clang/test/Modules/ModuleDebugInfo.m clang/test/Modules/clang_module_file_info.m clang/test/Modules/debug-info-moduleimport-in-module.m clang/test/Modules/module-debuginfo-prefix.m Index: clang/test/Modules/module-debuginfo-prefix.m =================================================================== --- clang/test/Modules/module-debuginfo-prefix.m +++ clang/test/Modules/module-debuginfo-prefix.m @@ -1,3 +1,4 @@ +// UNSUPPORTED: -zos, -aix // REQUIRES: asserts // Modules: Index: clang/test/Modules/debug-info-moduleimport-in-module.m =================================================================== --- clang/test/Modules/debug-info-moduleimport-in-module.m +++ clang/test/Modules/debug-info-moduleimport-in-module.m @@ -1,3 +1,4 @@ +// UNSUPPORTED: -zos, -aix // Test that an @import inside a module is not represented in the debug info. // REQUIRES: asserts Index: clang/test/Modules/clang_module_file_info.m =================================================================== --- clang/test/Modules/clang_module_file_info.m +++ clang/test/Modules/clang_module_file_info.m @@ -1,4 +1,4 @@ - +// UNSUPPORTED: -zos, -aix @import DependsOnModule; // RUN: rm -rf %t %t-obj Index: clang/test/Modules/ModuleDebugInfo.m =================================================================== --- clang/test/Modules/ModuleDebugInfo.m +++ clang/test/Modules/ModuleDebugInfo.m @@ -1,3 +1,4 @@ +// UNSUPPORTED: -zos, -aix // Test that debug info is emitted for an Objective-C module and // a precompiled header. Index: clang/test/Modules/ModuleDebugInfo.cpp =================================================================== --- clang/test/Modules/ModuleDebugInfo.cpp +++ clang/test/Modules/ModuleDebugInfo.cpp @@ -1,3 +1,4 @@ +// UNSUPPORTED: -zos, -aix // Test that (the same) debug info is emitted for an Objective-C++ // module and a C++ precompiled header.
Index: clang/test/Modules/module-debuginfo-prefix.m =================================================================== --- clang/test/Modules/module-debuginfo-prefix.m +++ clang/test/Modules/module-debuginfo-prefix.m @@ -1,3 +1,4 @@ +// UNSUPPORTED: -zos, -aix // REQUIRES: asserts // Modules: Index: clang/test/Modules/debug-info-moduleimport-in-module.m =================================================================== --- clang/test/Modules/debug-info-moduleimport-in-module.m +++ clang/test/Modules/debug-info-moduleimport-in-module.m @@ -1,3 +1,4 @@ +// UNSUPPORTED: -zos, -aix // Test that an @import inside a module is not represented in the debug info. // REQUIRES: asserts Index: clang/test/Modules/clang_module_file_info.m =================================================================== --- clang/test/Modules/clang_module_file_info.m +++ clang/test/Modules/clang_module_file_info.m @@ -1,4 +1,4 @@ - +// UNSUPPORTED: -zos, -aix @import DependsOnModule; // RUN: rm -rf %t %t-obj Index: clang/test/Modules/ModuleDebugInfo.m =================================================================== --- clang/test/Modules/ModuleDebugInfo.m +++ clang/test/Modules/ModuleDebugInfo.m @@ -1,3 +1,4 @@ +// UNSUPPORTED: -zos, -aix // Test that debug info is emitted for an Objective-C module and // a precompiled header. Index: clang/test/Modules/ModuleDebugInfo.cpp =================================================================== --- clang/test/Modules/ModuleDebugInfo.cpp +++ clang/test/Modules/ModuleDebugInfo.cpp @@ -1,3 +1,4 @@ +// UNSUPPORTED: -zos, -aix // Test that (the same) debug info is emitted for an Objective-C++ // module and a C++ precompiled header.
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits