[llvm] [ms] [llvm-ml] Add llvm-ml64 alias (PR #131854)
Eric Astor via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 18 11:56:13 PDT 2025
================
@@ -1,4 +1,4 @@
-; RUN: llvm-ml -m64 -filetype=s %s /Fo - | FileCheck %s
+; RUN: llvm-ml64 -filetype=s %s /Fo - | FileCheck %s
----------------
ericastor wrote:
That's probably a good idea. Maybe I'll just augment one of the basic tests a bit more.
https://github.com/llvm/llvm-project/pull/131854
More information about the llvm-commits
mailing list