Abort if asked to materialize a non-internal GlobalVariable.
Declared in <llvm/ExecutionEngine/ExecutionEngine.h>
void
DisableGVCompilation(bool Disabled = true);
If called, the JIT will abort if it's asked to allocate space and populate a GlobalVariable that is not internal to the module.
| Name | Description |
|---|---|
| Disabled | If true, disallow compiling external globals. |