blob: 1dc40396e5a8e650a481d2c87f472cc7bb3cac6e [file] [log] [blame]
# 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: