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
9defined-atoms:
10    - name:              _main
11      type:              code
12      scope:             global
13      content:           [ 0x90 ]
14
15...
16