Where is ldc.gccbuiltins_x86?

David Nadlinger via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Wed Jan 20 07:53:30 PST 2016


On 20 Jan 2016, at 3:36, Iakh via digitalmars-d-ldc wrote:
> I'm trying to do
>
> import ldc.gccbuiltins_x86;
>
> but there is no such module

How did you install LDC? It is supposed to be generated during the LDC 
build process (${CMAKE_BINARY_DIR}/runtime/gccbuiltins_x86.di) and then 
copied into ${INCLUDE_INSTALL_DIR}/ldc as part of the installation 
phase.

  — David


More information about the digitalmars-d-ldc mailing list