@@ -9,7 +9,7 @@ achieved with simple LLVM passes.
99 <summary ><em >Execute the example</em ></summary >
1010
1111 ``` shell
12- $ cargo b --example hello-world --features llvm19 -1
12+ $ cargo b --example hello-world --features llvm20 -1
1313 $ opt --load-pass-plugin=target/debug/examples/libhello_world.so --passes=hello-world in.ll -S -o out.ll
1414 ```
1515
@@ -21,7 +21,7 @@ achieved with simple LLVM passes.
2121 < summary><em> Execute the example< /em></summary>
2222
2323 ` ` ` shell
24- $ cargo b --example opcode-counter --features llvm19 -1
24+ $ cargo b --example opcode-counter --features llvm20 -1
2525 $ opt --load-pass-plugin=target/debug/examples/libopcode_counter.so --passes=opcode-counter-printer in.ll -S -o out.ll
2626 ` ` `
2727
@@ -33,7 +33,7 @@ achieved with simple LLVM passes.
3333 < summary><em> Execute the example< /em></summary>
3434
3535 ` ` ` shell
36- $ cargo b --example inject-printf --features llvm19 -1
36+ $ cargo b --example inject-printf --features llvm20 -1
3737 $ opt --load-pass-plugin=target/debug/examples/libinject_printf.so --passes=inject-func-call in.ll -S -o out.ll
3838 ` ` `
3939
@@ -45,7 +45,7 @@ achieved with simple LLVM passes.
4545 < summary><em> Execute the example< /em></summary>
4646
4747 ` ` ` shell
48- $ cargo b --example static-call-counter --features llvm19 -1
48+ $ cargo b --example static-call-counter --features llvm20 -1
4949 $ opt --load-pass-plugin=target/debug/examples/libstatic_call_counter.so --passes=static-cc-printer in.ll -S -o out.ll
5050 ` ` `
5151
@@ -57,7 +57,7 @@ achieved with simple LLVM passes.
5757 < summary><em> Execute the example< /em></summary>
5858
5959 ` ` ` shell
60- $ cargo b --example string-obf --features llvm19 -1
60+ $ cargo b --example string-obf --features llvm20 -1
6161 $ opt --load-pass-plugin=target/debug/examples/libstring_obf.so --passes=string-obfuscator-pass in.ll -S -o out.ll
6262 ` ` `
6363
0 commit comments