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 5cb2db3 commit 485b1acCopy full SHA for 485b1ac
llvm/docs/SandboxIR.md
@@ -6,7 +6,7 @@ Sandbox IR is an IR layer on top of LLVM IR that allows you to save/restore its
6
7
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
0 commit comments