Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cxxmodules] Don't complain when modulemap for implicit modules has c…
…hanged This patch (also) aims to make runtime module installable. This part of code in Clang is comparing the location of "modulemap which is currently loaded and gives a definition of current module (say, stl) and "the location of the modulemap where the current implicit module (like stl) was built". This was problematic for CMSSW, as they should install modulemaps and prebuilt pcms to other directory. stl and libc pcms should be prebuilt, installed and used from installed directory, so this check is redundant for that usecase.
- Loading branch information