[PATCH] D126425: [llvm-ml] Add support for the .S extension

Eric Astor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 18:35:30 PDT 2022


epastor added inline comments.


================
Comment at: llvm/test/tools/llvm-ml/invalid_file_extension.blah:1
+; RUN: not llvm-ml %s /Fo /dev/null 2>&1 | FileCheck %s
+
----------------
While we're at it, mind testing the /Ta option as well, which is supposed to allow assembly of any file regardless of extension?

I think you can just add another RUN line here using /Ta, and use a different CHECK suffix to distinguish the results.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126425/new/

https://reviews.llvm.org/D126425



More information about the llvm-commits mailing list