llvm-project icon indicating copy to clipboard operation
llvm-project copied to clipboard

Is there no -ivfsstatcache feature?

Open codetronik opened this issue 2 years ago • 3 comments

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?

codetronik avatar Aug 13 '23 06:08 codetronik

interesting, i don't see obvious references in the source code either, this must be implemented in apple's private fork

keith avatar Aug 13 '23 18:08 keith

CC @fredriss

hyp avatar Aug 23 '23 13:08 hyp

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?

thekief avatar Apr 10 '24 09:04 thekief