mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
fix this back, thanks Eli
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79508 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
583b6dbcc5
commit
38eee3cc29
@ -2422,7 +2422,7 @@ units concurrently on independent server threads. Fortunately,
|
||||
<p>
|
||||
Conceptually, <tt>LLVMContext</tt> provides isolation. Every LLVM entity
|
||||
(<tt>Module</tt>s, <tt>Value</tt>s, <tt>Type</tt>s, <tt>Constant</tt>s, etc.)
|
||||
in LLVM's in-memory IR belong to an <tt>LLVMContext</tt>. Entities in
|
||||
in LLVM's in-memory IR belongs to an <tt>LLVMContext</tt>. Entities in
|
||||
different contexts <em>cannot</em> interact with each other: <tt>Module</tt>s in
|
||||
different contexts cannot be linked together, <tt>Function</tt>s cannot be added
|
||||
to <tt>Module</tt>s in different contexts, etc. What this means is that is is
|
||||
|
Loading…
Reference in New Issue
Block a user