Skip to content

Commit 088f3b5

Browse files
MaxDesiatovakyrtzi
andauthored
🍒 [Support/VirtualFileSystem] Bring in CASReference.h because Swift/C++ interop complains about ObjectRef being undefined. (#9174)
Cherry-pick of f93fb9e that fixes https://github.com/swiftlang/swift-llvm-bindings on the `rebranch` scheme. # Conflicts: # llvm/include/llvm/Support/VirtualFileSystem.h Co-authored-by: Argyrios Kyrtzidis <[email protected]>
1 parent d8be3b1 commit 088f3b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎llvm/include/llvm/Support/VirtualFileSystem.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
#include "llvm/ADT/STLFunctionalExtras.h"
1919
#include "llvm/ADT/SmallVector.h"
2020
#include "llvm/ADT/StringRef.h"
21+
// FIXME: Bringing in "CASReference.h" because Swift/C++ interop complains about
22+
// `ObjectRef` being undefined.
23+
#include "llvm/CAS/CASReference.h"
2124
#include "llvm/Support/Chrono.h"
2225
#include "llvm/Support/Errc.h"
2326
#include "llvm/Support/Error.h"

0 commit comments

Comments
 (0)