From: Lang Hames Date: Fri, 1 May 2020 18:01:48 +0000 (-0700) Subject: [examples] Fix an incomplete comment. X-Git-Tag: llvmorg-12-init~7205 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dbc601e25b6da8d6dd83c8fa6ac8865bb84394a2;p=platform%2Fupstream%2Fllvm.git [examples] Fix an incomplete comment. --- diff --git a/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp b/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp index b75d561..5d4a27c 100644 --- a/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp +++ b/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp @@ -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.