[llvm] dbc601e - [examples] Fix an incomplete comment.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Fri May 1 11:07:39 PDT 2020
Author: Lang Hames
Date: 2020-05-01T11:06:41-07:00
New Revision: dbc601e25b6da8d6dd83c8fa6ac8865bb84394a2
URL: https://github.com/llvm/llvm-project/commit/dbc601e25b6da8d6dd83c8fa6ac8865bb84394a2
DIFF: https://github.com/llvm/llvm-project/commit/dbc601e25b6da8d6dd83c8fa6ac8865bb84394a2.diff
LOG: [examples] Fix an incomplete comment.
Added:
Modified:
llvm/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp
Removed:
################################################################################
diff --git a/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp b/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp
index b75d5610f9e6..5d4a27c43243 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.
More information about the llvm-commits
mailing list