]> granicus.if.org Git - clang/commit
[Modules] Make sure that the synthesized file "__inferred_module.map" doesn't show...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 14 Mar 2014 02:26:31 +0000 (02:26 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 14 Mar 2014 02:26:31 +0000 (02:26 +0000)
commit5075f49acd638524861517eff604c7fd7d8b7a5a
tree2bb2ce421f5a0da142fa865171199401e6763da7
parent857c6fcdb0807f26b732f2cdbea0a990d289838f
[Modules] Make sure that the synthesized file "__inferred_module.map" doesn't show up as dependency of a module file.

Follow-up for rdar://15459210

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203882 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Serialization/ASTReader.h
lib/Frontend/DependencyFile.cpp
lib/Serialization/ASTReader.cpp
test/Modules/dependency-gen-inferred-map.m [new file with mode: 0644]