Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there no -ivfsstatcache feature? #7215

Open
codetronik opened this issue Aug 13, 2023 · 3 comments
Open

Is there no -ivfsstatcache feature? #7215

codetronik opened this issue Aug 13, 2023 · 3 comments

Comments

@codetronik
Copy link

codetronik commented Aug 13, 2023

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?

@keith
Copy link

keith commented Aug 13, 2023

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

@hyp
Copy link

hyp commented Aug 23, 2023

CC @fredriss

@thekief
Copy link

thekief commented Apr 10, 2024

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 llvm@a033dbb) until they seem to have been removed again, due to breaking when linking dynamically (see llvm@cf12709).

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants