view lld/test/MachO/fatal-warnings.s @ 213:25ca0248ac32

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 11 Jul 2021 17:05:31 +0900
parents 2e18cbf3894f
children c4bab56944e8
line wrap: on
line source

# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t1.o

# RUN: %no_fatal_warnings_lld %t1.o -o /dev/null -single_module 2>&1 \
# RUN:     | FileCheck -check-prefix=WARNING %s
# RUN: not %no_fatal_warnings_lld %t1.o -fatal_warnings -o /dev/null \
# RUN:     -single_module 2>&1 | FileCheck -check-prefix=ERROR %s

# ERROR: error: Option `-single_module' is deprecated
# WARNING: warning: Option `-single_module' is deprecated

.globl _main
_main: