]> granicus.if.org Git - clang/commit
With the new update to the ABI, we should not look for installations
authorYaron Keren <yaron.keren@gmail.com>
Thu, 12 Dec 2013 20:30:41 +0000 (20:30 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Thu, 12 Dec 2013 20:30:41 +0000 (20:30 +0000)
commit92a148049ee4956152236dc0f64cc22e4fdc305b
tree49288dc8395ef46ef6b8f4595694ca6efa24d460
parentc99f8e73ff31e78f381cf1971b0179e4e6759ce6
With the new update to the ABI, we should not look for installations
of MinGW older than 4.7 with incompatible C++ libraries.

This patch makes clang look for all MinGW versions from 4.7:

  4.7.0, 4.7.1, 4.7.2, 4.7.3
  4.8.0, 4.8.1, 4.8.2.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197176 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/InitHeaderSearch.cpp