Skip to content

Commit f35434f

Browse files
committed
[CodeGen] bugfix: add REQUIRES target triple in test
1 parent 36c016a commit f35434f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %clang -x objective-c -target arm64-apple-macos12.0 -fobjc-arc -std=gnu99 -O0 -fsanitize=undefined -fsanitize=nullability -c %s -v -g
2+
// REQUIRES: aarch64-registered-target
23

34
@interface NSString
45
@end

0 commit comments

Comments
 (0)