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 d8be3b1 commit 088f3b5Copy full SHA for 088f3b5
‎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