bolt/deps/llvm-18.1.8/lld/test/MachO/invalid/no-filelist.s
2025-02-14 19:21:04 +01:00

9 lines
242 B
ArmAsm

# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t.o
# RUN: not %lld -filelist nonexistent %t.o -o %t 2>&1 | FileCheck -DMSG=%errc_ENOENT %s
# CHECK: cannot open nonexistent: [[MSG]]
.globl _main
_main:
ret