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.
1 parent 0bae337 commit 61e5bc3Copy full SHA for 61e5bc3
llvm/docs/SandboxIR.md
@@ -8,8 +8,8 @@ Within your LLVM pass:
8
9
``` C++
10
// 1. Include the necessary Sandbox IR header files.
11
-#include "llvm/SandboxIR/Context.h
12
-#include "llvm/SandboxIR/Function.h
+#include "llvm/SandboxIR/Context.h"
+#include "llvm/SandboxIR/Function.h"
13
14
// 2. Create a sandboxir::Context using LLVMContext `LLVMCtx`.
15
sandboxir::Context Ctx(LLVMCtx);
0 commit comments