[all-commits] [llvm/llvm-project] 3c657c: [ms] [llvm-ml] Add llvm-ml64 alias (#131854)

Eric Astor via All-commits all-commits at lists.llvm.org
Wed Mar 19 12:02:38 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c657ceef9ced068b0c7bc2f1d5fb74250720f6c
      https://github.com/llvm/llvm-project/commit/3c657ceef9ced068b0c7bc2f1d5fb74250720f6c
  Author: Eric Astor <epastor at google.com>
  Date:   2025-03-19 (Wed, 19 Mar 2025)

  Changed paths:
    M llvm/test/CMakeLists.txt
    A llvm/test/tools/llvm-ml/architecture.asm
    A llvm/test/tools/llvm-ml/architecture_errors.asm
    M llvm/test/tools/llvm-ml/dot_operator.asm
    M llvm/test/tools/llvm-ml/extern.asm
    M llvm/test/tools/llvm-ml/feat00.asm
    M llvm/test/tools/llvm-ml/feat00_override.asm
    M llvm/test/tools/llvm-ml/indirect_branch.asm
    M llvm/test/tools/llvm-ml/macro.asm
    M llvm/test/tools/llvm-ml/ml32-context.asm
    M llvm/test/tools/llvm-ml/nested_proc.asm
    M llvm/test/tools/llvm-ml/proc.asm
    M llvm/test/tools/llvm-ml/proc_frame.asm
    M llvm/test/tools/llvm-ml/repeat_directives.asm
    M llvm/test/tools/llvm-ml/rip_relative_addressing.asm
    M llvm/test/tools/llvm-ml/strings_errors.asm
    M llvm/test/tools/llvm-ml/struct.asm
    M llvm/tools/llvm-ml/CMakeLists.txt
    M utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

  Log Message:
  -----------
  [ms] [llvm-ml] Add llvm-ml64 alias (#131854)

Rather than requiring users to pass `-m64` to the `llvm-ml` driver to
get 64-bit behavior, we add the `llvm-ml64` alias, matching the behavior
of `ML.EXE` and `ML64.EXE`.

The original flavor/bitness flags still work, but the alias should make
some workflows easier.

NOTE: The logic for this already existed in the code; we're just finally
adding the build/install instructions to match.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list