================ @@ -0,0 +1,36 @@ +# REQUIRES: x86 +# RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t.o +# RUN: not ld.lld %t.o -o /dev/null 2>&1 | FileCheck %s ---------------- fzou1 wrote: Updated. Thanks. https://github.com/llvm/llvm-project/pull/117675