Mercurial > hg > CbC > CbC_llvm
view lld/test/mach-o/flat_namespace_undef_error.yaml @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line source
# RUN: not ld64.lld.darwinold -arch x86_64 -macosx_version_min 10.9 -flat_namespace -undefined error %s -o %t %p/Inputs/x86_64/libSystem.yaml 2>&1 | FileCheck %s --- !native defined-atoms: - name: _main scope: global content: [ E9, 00, 00, 00, 00 ] alignment: 16 references: - kind: branch32 offset: 1 target: _bar undefined-atoms: - name: _bar # Make sure we error out for -flat_namespace -undefined error. # CHECK: Undefined symbol: : _bar