Skip to content

Function not implemented errors when using RAM drive #248

Closed
@brechtsanders

Description

@brechtsanders

To increase build times in Windows I use a RAM drive for my build processes.
Specifically I use ImDisk set up like this:

imdisk -a -t vm -s 32G -m R: -p "/FS:NTFS /V:RAMDisk /Q /Y" -o fix

But when using LLVM build tools on this drive I get Function not implemented errors that I don't get when working on my normal disk.

It is not just one specific application. I have seen it in llvm-rc.exe and llvm-ar.exe, but clang.exe doesn't have this problem.

Do you any idea what causes this and how to fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions