llvm-project
llvm-project copied to clipboard
Is there no -ivfsstatcache feature?
After downloading and building the swift-5.8.1 branch, I compiled the app from xcode to the clang I built.
but an error occurs
/Users/kei/Desktop/1.cpp unknown argument: '-ivfsstatcache'
There was no such error in xcode 14.1 So I was able to use the clang I built but now I can't use it anymore.
It appears that the latest version of xcode contains that option.
Does github public source not have ivfsstatcache option?
interesting, i don't see obvious references in the source code either, this must be implemented in apple's private fork
CC @fredriss
I wanted to bump this issue again. As far as I understand @fredriss created an issue in the LLVM project to get that included in the original project.
The code seems to have been part of the project for quite "a while" (see https://github.com/llvm/llvm-project/commit/a033dbbe5c43247b60869b008e67ed86ed230eaa) until they seem to have been removed again, due to breaking when linking dynamically (see https://github.com/llvm/llvm-project/commit/cf12709222a4699ff5a4bb257cb891b55b5f6fba).
@fredriss do you happen to have any update on this? Furthermore, is the functionality that is currently included in the Darwin toolchains the same that you had in your original commits?