From c7e64df445599e7a5f2ca33a448b64e9bfaf3f6f Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Thu, 12 Nov 2020 13:10:47 +1100 Subject: [PATCH] [docs] Fix formatting, clarify comment in ORCv2 doc --- llvm/docs/ORCv2.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/llvm/docs/ORCv2.rst b/llvm/docs/ORCv2.rst index fca08a6..e475b47 100644 --- a/llvm/docs/ORCv2.rst +++ b/llvm/docs/ORCv2.rst @@ -811,12 +811,12 @@ Near Future Work (e.g. Objective C and Swift) and other JIT specific runtime code. This should be built in a similar manner to compiler-rt (possibly even as part of it). -2. **Remote ``jit_dlopen`` / ``jit_dlclose``** +2. **Remote jit_dlopen / jit_dlclose** To more fully mimic the environment that static programs operate in we would - like JIT'd code to be able to "dlopen" JITDylibs, running all of their - initializers on the current thread. This would require support from the runtime - library described above. + like JIT'd code to be able to "dlopen" and "dlclose" JITDylibs, running all of + their initializers/deinitializers on the current thread. This would require + support from the runtime library described above. 3. **Debugging support** -- 2.7.4