1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[examples] Fix an incomplete comment.

This commit is contained in:
Lang Hames 2020-05-01 11:01:48 -07:00
parent 950b4bd8f4
commit 15668dbaec

View File

@ -10,7 +10,7 @@
// IR modules. We will do this in seven steps:
//
// 1. Create an LLJIT instance.
// 2. Install a transform so that we is being compiled.
// 2. Install a transform so that we can see what is being compiled.
// 3. Create an indirect stubs manager and lazy call-through manager.
// 4. Add two modules that will be conditionally compiled, plus a main module.
// 5. Add lazy-rexports of the symbols in the conditionally compiled modules.