]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/darwin/cmdline-objc_gc_compaction.objtxt
Vendor import of lld trunk r338150:
[FreeBSD/FreeBSD.git] / test / darwin / cmdline-objc_gc_compaction.objtxt
1 # RUN: not ld64.lld -arch x86_64 -objc_gc_compaction %s 2>&1 | FileCheck %s
2 #
3 # Test that the -objc_gc_compaction is rejected.
4 #
5
6 # CHECK: error: -objc_gc_compaction is not supported
7
8 --- !native
9 defined-atoms:
10     - name:              _main
11       type:              code
12       scope:             global
13       content:           [ 0x90 ]
14
15 ...