"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "620f6967e086c6f0243f1e8711bfa290ac63127e"
Don't try to install the __[u]int128_t identifier if it is already installed by PCHReader.
Currently, adding it to visible decls of a PCH'ed translation unit has no effect because adding visible decls before deserialization has no effect (the decls won't be visible). This will be fixed in a future commit; then it will force deserialization of visible decls, so avoid pointlessly installing it. llvm-svn: 107595
Loading
Please register or sign in to comment