Skip to content

Commit 55cf31c

Browse files
authored
[CIR] Fix cir.linker_options description in tablegen (#1921)
PR for #1919
1 parent 5580f73 commit 55cf31c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang/CIR/Dialect/IR/CIROps.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6122,6 +6122,7 @@ def CIR_LinkerOptionsOp : CIR_Op<"linker_options", [
61226122

61236123
// Link against aarch64 compiler-rt builtins
61246124
cir.linker_options ["-l", "clang_rt.builtins-aarch64"]
6125+
```
61256126
}];
61266127

61276128
let arguments = (ins StrArrayAttr:$options);

0 commit comments

Comments
 (0)