Skip to content

Commit c0e907e

Browse files
akyrtziMaxDesiatov
authored andcommitted
🍒 [Support/VirtualFileSystem] Bring in CASReference.h because Swift/C++ interop complains about ObjectRef being undefined.
# Conflicts: # llvm/include/llvm/Support/VirtualFileSystem.h
1 parent e545e70 commit c0e907e

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)