Commit 83f8b92b authored by Bill Wendling's avatar Bill Wendling
Browse files

Merging r216572:

------------------------------------------------------------------------
r216572 | chandlerc | 2014-08-27 11:21:27 -0700 (Wed, 27 Aug 2014) | 3 lines

Fix PR20773 which I introduced with a silly edit mistake in r216531.
Trivial fix, and I've made the gentoo tests more representative. With
the changes, they would have caught this failure.
------------------------------------------------------------------------

llvm-svn: 216588
parent d2cd7c59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3394,7 +3394,7 @@ void Linux::AddClangSystemIncludeArgs(const ArgList &DriverArgs,
                                                Twine IncludeSuffix,
                                                const ArgList &DriverArgs,
                                                ArgStringList &CC1Args) {
  if (!llvm::sys::fs::exists(Base))
  if (!llvm::sys::fs::exists(Base + Suffix))
    return false;

  addSystemInclude(DriverArgs, CC1Args, Base + Suffix);
+0 −0

Empty file added.

+0 −0

Empty file added.