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
The reason is, because cpt downloads an pre-compiled llvm version from https://releases.llvm.org/download.html#5.0.2. Unfortunately, this version doesn't contains the config.h. I think the reason for this is that config.h is build/system dependent and has no install target. A possible solution would be to use the llvm source code. But then it is possible that Travis gets a timeout.