[llvm] MC: Use reportFatalUsageError for COFF with non-windows (PR #147911)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 14 23:13:18 PDT 2025
================
@@ -0,0 +1,5 @@
+; RUN: not llc -mtriple=aarch64-unknown-linux-coff -filetype=null %s 2>&1 | FileCheck %s
----------------
MaskRay wrote:
This can be merged into the other unsupported object file format test you are adding. Perhaps rename the test if necessary.
https://github.com/llvm/llvm-project/pull/147911
More information about the llvm-commits
mailing list