aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/123 llvm ir and assembly
AgeCommit message (Collapse)AuthorFilesLines
2019-08-03Condense test directory names.Jussi Pakkanen8-187/+0
2019-05-10tests/123: Add /nologo to cl and mlDylan Baker1-2/+2
To make them less chatty.
2019-05-10tests/123: For MSVC like compilers to treat the .S file like a .c fileDylan Baker1-1/+2
Which is required for ICL to work correctly, as it otherwise assumes that the .S file is a .o/.obj file.
2018-11-04Skip test common/123 if masm not foundJon Turney1-2/+5
'test cases/common/123 llvm ir and assembly' requires ML/ML64 (masm) on Windows. If we are using clang-cl, that might not be available, so skip test in that case.
2018-11-04Don't hardcode cl in test common/123Jon Turney1-1/+1
2018-11-04Make use of get_argument_syntax() in test casesJon Turney1-1/+1
2018-08-19Condense test dirs.Jussi Pakkanen8-0/+183