]> granicus.if.org Git - clang/commit
[Modules] Remove darwin specific code to check for SystemVersion.plist
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Wed, 12 Apr 2017 04:49:00 +0000 (04:49 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Wed, 12 Apr 2017 04:49:00 +0000 (04:49 +0000)
commit7c10f25fc00e48c1a2bc0b0f83183119e2540fed
treedca154744ea10c8e7ee069e220ca32adca493b41
parentd3992c554d9bb6e1114ef15bb046290dbfb9c0a1
[Modules] Remove darwin specific code to check for SystemVersion.plist

This isn't need anymore and modules options -fbuild-session-file and
-fmodules-validate-once-per-build-session already provide a sane
mechanism to validate the system headers.

rdar://problem/19767523

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@300027 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInvocation.cpp
test/Modules/system_version.m [deleted file]