Skip to content

Commit 8c1b300

Browse files
committed
[Basic/Darwin] Follow the llvm convention of including additional code with .inc extension, instead of .cpp
1 parent 22551cf commit 8c1b300

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/Basic/Cache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
#if defined(__APPLE__)
14-
#include "Darwin/Cache-Mac.cpp"
14+
#include "Darwin/Cache-Mac.inc"
1515
#else
1616

1717
// This file implements a default caching implementation that never evicts
File renamed without changes.

0 commit comments

Comments
 (0)