Skip to content

Commit 3f45b42

Browse files
committed
Swap order of search paths.
1 parent 4207ffe commit 3f45b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Lex/InitHeaderSearch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@ void InitHeaderSearch::AddDefaultIncludePaths(
346346
AddPath("/System/DriverKit/System/Library/Frameworks", System, true);
347347
} else {
348348
AddPath("/System/Library/Frameworks", System, true);
349-
AddPath("/Library/Frameworks", System, true);
350349
AddPath("/System/Library/SubFrameworks", System, true);
350+
AddPath("/Library/Frameworks", System, true);
351351
}
352352
}
353353
return;

0 commit comments

Comments
 (0)