Closed
Description
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
Labels
No labels