CMake/Tests/Assembler
Brad King 97de48b528 Tests: Update Assembler code generation to select MSVC runtime library
The `Assembler` test runs the C compiler in a custom command to generate
a `.s` file for the platform.  When using the GNU-like Clang variant on
Windows, ensure that the custom command includes the MSVC runtime
library selection flags for Clang.  That way the resulting `.s` file,
when assembled into a `.obj`, will tell the linker what runtime library
it needs.
2020-01-31 14:37:34 -05:00
..
CMakeLists.txt Tests: Update Assembler code generation to select MSVC runtime library 2020-01-31 14:37:34 -05:00
main-linux-x86-gas.s COMP: skip APPLE, since there with universal binaries the assembler file would be built for both architectures 2007-07-05 16:32:40 -04:00
main.c Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00