You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2021. It is now read-only.
I am using a clang based project on Linux that uses PCH and I see a variety of errors:
Error while processing [.cpp]
error: exception handling was disabled in PCH file but is currently enabled
error: PCH file was compiled for the target 'x86_64-pc-linux-gnu' but the current translation unit is being compiled for target 'x86_64-unknown-linux-gnu'
And this also:
error: PCH file uses an older PCH format that is no longer supported
(this one happens on an older version of the source that requires clang 3.5)