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 0c4c078 commit f93fb9eCopy full SHA for f93fb9e
llvm/include/llvm/Support/VirtualFileSystem.h
@@ -20,6 +20,9 @@
20
#include "llvm/ADT/SmallVector.h"
21
#include "llvm/ADT/StringRef.h"
22
#include "llvm/ADT/STLFunctionalExtras.h"
23
+// FIXME: Bringing in "CASReference.h" because Swift/C++ interop complains about
24
+// `ObjectRef` being undefined.
25
+#include "llvm/CAS/CASReference.h"
26
#include "llvm/Support/Chrono.h"
27
#include "llvm/Support/Error.h"
28
#include "llvm/Support/ErrorOr.h"
0 commit comments