This revision was automatically updated to reflect the committed changes. Closed by commit rG1ff1bcab970a: [AIX][ZOS] Disable tests due to lack of Objective-C support (authored by Jake-Egan).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112390/new/ 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 llvm/test/DebugInfo/X86/objc_direct.ll Index: llvm/test/DebugInfo/X86/objc_direct.ll =================================================================== --- llvm/test/DebugInfo/X86/objc_direct.ll +++ llvm/test/DebugInfo/X86/objc_direct.ll @@ -1,3 +1,4 @@ +; UNSUPPORTED: -zos, -aix ; RUN: llc < %s -filetype=obj -o %t ; RUN: llvm-dwarfdump -v %t | FileCheck %s 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: llvm/test/DebugInfo/X86/objc_direct.ll =================================================================== --- llvm/test/DebugInfo/X86/objc_direct.ll +++ llvm/test/DebugInfo/X86/objc_direct.ll @@ -1,3 +1,4 @@ +; UNSUPPORTED: -zos, -aix ; RUN: llc < %s -filetype=obj -o %t ; RUN: llvm-dwarfdump -v %t | FileCheck %s 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