2020-11-21 05:44:55 +08:00
|
|
|
# REQUIRES: x86
|
|
|
|
# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t1.o
|
|
|
|
|
2022-02-11 23:06:38 +08:00
|
|
|
# RUN: %no-fatal-warnings-lld %t1.o -o /dev/null -single_module 2>&1 \
|
2020-11-21 05:44:55 +08:00
|
|
|
# RUN: | FileCheck -check-prefix=WARNING %s
|
2022-02-11 23:06:38 +08:00
|
|
|
# RUN: not %no-fatal-warnings-lld %t1.o -fatal_warnings -o /dev/null \
|
2020-12-03 22:35:25 +08:00
|
|
|
# RUN: -single_module 2>&1 | FileCheck -check-prefix=ERROR %s
|
2020-11-21 05:44:55 +08:00
|
|
|
|
|
|
|
# ERROR: error: Option `-single_module' is deprecated
|
|
|
|
# WARNING: warning: Option `-single_module' is deprecated
|
|
|
|
|
|
|
|
.globl _main
|
|
|
|
_main:
|