Author: Jake Egan
Date: 2023-10-30T13:06:49-04:00
New Revision: a1b4005bae860af92ffd895bd5f2e9ba6c0a70aa

URL: 
https://github.com/llvm/llvm-project/commit/a1b4005bae860af92ffd895bd5f2e9ba6c0a70aa
DIFF: 
https://github.com/llvm/llvm-project/commit/a1b4005bae860af92ffd895bd5f2e9ba6c0a70aa.diff

LOG: [clang][Module] Mark test unsupported since objc doesn't have xcoff/g… 
(#70661)

…off support

Same as D135848. The newly added test fails with `fatal error: error in
backend: Objective-C support is unimplemented for object file format`.

Added: 
    

Modified: 
    clang/test/Modules/relative-resource-dir.m

Removed: 
    


################################################################################
diff  --git a/clang/test/Modules/relative-resource-dir.m 
b/clang/test/Modules/relative-resource-dir.m
index 2efc61259fd7891..e0d1b6d221d109a 100644
--- a/clang/test/Modules/relative-resource-dir.m
+++ b/clang/test/Modules/relative-resource-dir.m
@@ -1,3 +1,4 @@
+// UNSUPPORTED: -zos, -aix
 // REQUIRES: shell
 
 // RUN: EXPECTED_RESOURCE_DIR=`%clang -print-resource-dir` && \


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to