Author: usama hameed
Date: 2023-01-24T16:28:01-08:00
New Revision: 92b4946aa2f6e061bf0ab9803fc6a0657d9ce969

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

LOG: [CodeGen] bugfix: add REQUIRES target triple in test

Added: 
    

Modified: 
    clang/test/CodeGenObjC/objc-arc-ubsan-debugging.m

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGenObjC/objc-arc-ubsan-debugging.m 
b/clang/test/CodeGenObjC/objc-arc-ubsan-debugging.m
index 531f99990fdf9..04c8d69a7bc39 100644
--- a/clang/test/CodeGenObjC/objc-arc-ubsan-debugging.m
+++ b/clang/test/CodeGenObjC/objc-arc-ubsan-debugging.m
@@ -1,4 +1,5 @@
 // RUN: %clang -x objective-c -target arm64-apple-macos12.0 -fobjc-arc 
-std=gnu99  -O0 -fsanitize=undefined -fsanitize=nullability -c %s -v -g
+// REQUIRES: aarch64-registered-target
 
 @interface NSString
 @end


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

Reply via email to