BCC32X.EXE

From RAD Studio
Jump to: navigation, search

Go Up to Command-Line Interfaces of Clang-enhanced C++ Compilers


BCC32X.EXE is the command-line interface of Win32 Clang-enhanced Compilers, a Clang-enhanced C++ compiler for 32-bit Windows.

Compiler Help and Command-line Flags

BCC32C.EXE is a Clang-based compiler, but supports the classic BCC32.EXE command line interface for backwards compatibility.

bcc32x --help shows the same switches as BCC32.EXE.

To show the specific switches for BCC32X.EXE, execute the following command: bcc32x -Xdriver --help.

To execute and use a specific switch for BCC32X.EXE, use -Xdriver before the switch. For example, to display the Clang and LLVM version:

bcc32x -Xdriver -v

See Command-Line Interfaces of Clang-enhanced C++ Compilers for information that the BCC32X.EXE command-line interface has in common with other command-line interfaces of Clang-enhanced C++ compilers.

See Also