llvm-project/llvm/test/tools/llvm-ml
Alan Zhao ae38e4880e [llvm-ml] Remove all file extension restrictions
After D126425 was submitted, hans@ observed that MSVC's ml.exe doesn't
care about the file's extension at all. Now, we check if the file exists
to determine whether an input filename is a valid assembly file.

To keep things consistent with clang-cl and lld-link, llvm-ml will treat
everything that's not a flag as a filename.

Reviewed By: hans

Differential Revision: https://reviews.llvm.org/D126931
2022-06-07 13:03:19 -04:00
..
alias.asm
alias_errors.asm
align_directives.asm
align_errors.asm
basic.test [llvm-ml] Remove all file extension restrictions 2022-06-07 13:03:19 -04:00
basic_data.asm
builtin_symbols.asm
builtin_symbols_t5.inc
builtin_types.asm
command_line_defines.asm
command_line_defines_errors.asm
dot_operator.asm
expansion.asm
extern.asm [llvm-ml] Add support for extern proc 2022-05-13 17:20:55 -04:00
extern_errors.asm [llvm-ml] Implement support for MASM's extern directive 2022-05-10 14:36:06 -04:00
feat00.asm
feat00_override.asm
hexfloat_error.asm
hexfloat_warn.asm
include.asm
include_by_env_var.asm
include_by_env_var_errors.asm
included.inc
indirect_branch.asm [llvm-ml] Add support for extern proc 2022-05-13 17:20:55 -04:00
jmp_short.asm
line_continuations.asm
lit.local.cfg [llvm-ml] Remove all file extension restrictions 2022-06-07 13:03:19 -04:00
macro.asm
macro_errors.asm
macro_function.asm
ml32-context.asm
named_operators.asm
parse_only.asm
parse_only_errors.asm
proc.asm
proc_frame.asm
radix.asm
radix_errors.asm
random_file_extension.blah [llvm-ml] Remove all file extension restrictions 2022-06-07 13:03:19 -04:00
repeat_directives.asm
reserved_words_conflict.asm
rip_relative_addressing.asm [NFC][llvm-ml] Rename rip-relative-addressing.asm to rip_relative_addressing.asm 2022-05-25 18:16:01 -04:00
run.asm
size_inference.asm
strings.asm
strings_errors.asm
struct.asm
struct_alignment.asm
struct_errors.asm
type_operators.asm
variable.asm
variable_redef.asm
variable_redef_errors.asm