We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CASReference.h
ObjectRef
1 parent e545e70 commit c0e907eCopy full SHA for c0e907e
‎llvm/include/llvm/Support/VirtualFileSystem.h
@@ -18,6 +18,9 @@
18
#include "llvm/ADT/STLFunctionalExtras.h"
19
#include "llvm/ADT/SmallVector.h"
20
#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"
24
#include "llvm/Support/Chrono.h"
25
#include "llvm/Support/Errc.h"
26
#include "llvm/Support/Error.h"
0 commit comments