BCC32C.EXE
Go Up to Command-Line Interfaces of Clang-enhanced C++ Compilers
BCC32C.EXE
is the command-line interface of BCC32C, the Clang-enhanced C++ compiler for 32-bit Windows.
See Command-Line Interfaces of Clang-enhanced C++ Compilers for information that the BCC32C.EXE
command-line interface has in common with other command-line interfaces of Clang-enhanced C++ compilers.
Displaying the Compiler Help
bcc32c --help
shows the same switches as BCC32.EXE.
To show the specific switches for BCC32C.EXE, execute the following command: bcc32c -Xdriver --help
.
To execute and use a specific switch for BCC32C.EXE, use -Xdriver
before the switch. For example, to display the Clang and LLVM version:
bcc32c -Xdriver -v