Mercurial > hg > CbC > CbC_llvm
view lld/test/darwin/cmdline-objc_gc_only.objtxt @ 192:d7606dcf6fce
Added tag llvm10 for changeset 0572611fdcc8
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 14 Dec 2020 18:01:34 +0900 |
parents | 1d019706d866 |
children | 2e18cbf3894f |
line wrap: on
line source
# RUN: not ld64.lld -arch x86_64 -objc_gc_only %s 2>&1 | FileCheck %s # # Test that the -objc_gc_only is rejected. # # CHECK: error: -objc_gc_only is not supported --- !native defined-atoms: - name: _main type: code scope: global content: [ 0x90 ] ...