================ @@ -0,0 +1,104 @@ +// RUN: llvm-mc -filetype=asm -triple x86_64-pc-linux-gnu %s -o - | FileCheck --check-prefix=ASM %s ---------------- MaskRay wrote:
`llvm-mc -filetype=asm -triple x86_64-pc-linux-gnu %s -o -` => `llvm-mc -triple x86_64 %s` https://github.com/llvm/llvm-project/pull/150151 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
