comparison lld/test/darwin/cmdline-objc_gc_only.objtxt @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children 2e18cbf3894f
comparison
equal deleted inserted replaced
147:c2174574ed3a 150:1d019706d866
1 # RUN: not ld64.lld -arch x86_64 -objc_gc_only %s 2>&1 | FileCheck %s
2 #
3 # Test that the -objc_gc_only is rejected.
4 #
5
6 # CHECK: error: -objc_gc_only is not supported
7
8 --- !native
9 defined-atoms:
10 - name: _main
11 type: code
12 scope: global
13 content: [ 0x90 ]
14
15 ...