| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- Checking whether the ASM compiler is GNU using "--version" did not match "(GNU assembler)|(GCC)|(Free Software Foundation)":
- Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30146 for x64
- Copyright (C) Microsoft Corporation. All rights reserved.
- cl : Command line warning D9002 : ignoring unknown option '--version'
- cl : Command line error D8003 : missing source filename
- Checking whether the ASM compiler is Clang using "--version" did not match "(clang version)":
- Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30146 for x64
- Copyright (C) Microsoft Corporation. All rights reserved.
- cl : Command line warning D9002 : ignoring unknown option '--version'
- cl : Command line error D8003 : missing source filename
- Checking whether the ASM compiler is AppleClang using "--version" did not match "(Apple LLVM version)":
- Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30146 for x64
- Copyright (C) Microsoft Corporation. All rights reserved.
- cl : Command line warning D9002 : ignoring unknown option '--version'
- cl : Command line error D8003 : missing source filename
- Checking whether the ASM compiler is ARMClang using "--version" did not match "armclang":
- Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30146 for x64
- Copyright (C) Microsoft Corporation. All rights reserved.
- cl : Command line warning D9002 : ignoring unknown option '--version'
- cl : Command line error D8003 : missing source filename
- Checking whether the ASM compiler is HP using "-V" did not match "HP C":
- Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30146 for x64
- Copyright (C) Microsoft Corporation. All rights reserved.
- cl : Command line error D8004 : '/V' requires an argument
- Checking whether the ASM compiler is Intel using "--version" did not match "(ICC)":
- Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30146 for x64
- Copyright (C) Microsoft Corporation. All rights reserved.
- cl : Command line warning D9002 : ignoring unknown option '--version'
- cl : Command line error D8003 : missing source filename
- Checking whether the ASM compiler is IntelLLVM using "--version" did not match "(Intel[^
- ]+oneAPI)":
- Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30146 for x64
- Copyright (C) Microsoft Corporation. All rights reserved.
- cl : Command line warning D9002 : ignoring unknown option '--version'
- cl : Command line error D8003 : missing source filename
- Checking whether the ASM compiler is SunPro using "-V" did not match "Sun C":
- Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30146 for x64
- Copyright (C) Microsoft Corporation. All rights reserved.
- cl : Command line error D8004 : '/V' requires an argument
- Checking whether the ASM compiler is XL using "-qversion" did not match "XL C":
- Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30146 for x64
- Copyright (C) Microsoft Corporation. All rights reserved.
- cl : Command line warning D9002 : ignoring unknown option '-qversion'
- cl : Command line error D8003 : missing source filename
|