File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1414//
1515// ===----------------------------------------------------------------------===//
1616
17- #include " swift/Basic/LLVM.h"
1817#include " swift/Runtime/Metadata.h"
1918
2019namespace swift {
Original file line number Diff line number Diff line change 1414//
1515// ===----------------------------------------------------------------------===//
1616
17- #include " swift/Basic/LLVM.h"
1817#include " swift/Runtime/Metadata.h"
18+ #include " llvm/ADT/StringRef.h"
1919
2020namespace swift {
2121
2222using ConformsToSwiftProtocol_t =
2323 const ProtocolConformanceDescriptor *(const Metadata * const type,
2424 const ProtocolDescriptor *protocol,
25- StringRef moduleName);
25+ llvm:: StringRef moduleName);
2626
2727const ProtocolConformanceDescriptor *
2828swift51override_conformsToSwiftProtocol (const Metadata * const type,
2929 const ProtocolDescriptor *protocol,
30- StringRef moduleName,
30+ llvm:: StringRef moduleName,
3131 ConformsToSwiftProtocol_t *original);
3232
3333} // end namespace swift
You can’t perform that action at this time.
0 commit comments