DCCLINUX64.EXE, the Delphi Compiler for 64-bit Intel Linux

From RAD Studio

Go Up to Command-Line Interfaces of LLVM-based Delphi Compilers


DCCLINUX64.EXE is the command-line interface for DCCLINUX64, the Delphi compiler for 64-bit Intel Linux.

See Command-Line Interfaces of LLVM-based Delphi Compilers for information that the DCCLINUX64 command-line interface has in common with other command-line interfaces of LLVM-based Delphi compilers.

As of RAD Studio 13.2, the Linux compiler uses LLVM 20.1.8 as its code-generation backend, the same LLVM backend version used by DCCARM64EC. The compiler also supports the LLVM Intermediate Representation (IR) optimizations introduced in RAD Studio 13.2.

The linker for DCCLINUX64 is dcc-ld.lld.exe, a customized version of the LLVM LLD linker that replaces the deprecated GNU gold linker (ld-linux.exe).

Note:
The Linux target platform and the corresponding compiler are available only in the Enterprise and Architect editions. It is not available in the Professional or CE editions.

See Also