File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
; then when merging the category into the base class (and deleting the category), we don't
5
5
; delete the 'MyTestProtocol' name
6
6
7
- ; RUN: llvm-mc -filetype=obj -triple=arm64-apple-macos -o erase-objc-name.o %s
8
- ; RUN: %lld -arch arm64 -dylib -o erase-objc-name.dylib erase-objc-name.o -objc_category_merging
9
- ; RUN: llvm-objdump --objc-meta-data --macho erase-objc-name.dylib | FileCheck %s --check-prefixes=MERGE_CATS
7
+ ; RUN: llvm-mc -filetype=obj -triple=arm64-apple-macos -o %T/ erase-objc-name.o %s
8
+ ; RUN: %lld -arch arm64 -dylib -o %T/ erase-objc-name.dylib %T/ erase-objc-name.o -objc_category_merging
9
+ ; RUN: llvm-objdump --objc-meta-data --macho %T/ erase-objc-name.dylib | FileCheck %s --check-prefixes=MERGE_CATS
10
10
11
11
; === Check merge categories enabled ===
12
12
; Check that the original categories are not there
You can’t perform that action at this time.
0 commit comments