mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This moves back the Linker.h to lib/SIL/. As per LLVM coding standard,
Headers in include/ are meant to be used across libraries, headers in lib/ are only used within that library. Thanks @jrose-apple for pointing this out.
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
|
||||
#define DEBUG_TYPE "sil-module"
|
||||
#include "swift/Serialization/SerializedSILLoader.h"
|
||||
#include "swift/SIL/Linker.h"
|
||||
#include "swift/SIL/SILDebugScope.h"
|
||||
#include "swift/SIL/SILModule.h"
|
||||
#include "Linker.h"
|
||||
#include "swift/SIL/SILVisitor.h"
|
||||
#include "swift/SIL/SILValue.h"
|
||||
#include "llvm/ADT/FoldingSet.h"
|
||||
|
||||
Reference in New Issue
Block a user