summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/OrcLazy/module-flags.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ORC] Add partitioning support to CompileOnDemandLayer2.Lang Hames2018-09-291-1/+1
| | | | | | | | | | | | | CompileOnDemandLayer2 now supports user-supplied partition functions (the original CompileOnDemandLayer already supported these). Partition functions are called with the list of requested global values (i.e. global values that currently have queries waiting on them) and have an opportunity to select extra global values to materialize at the same time. Also adds testing infrastructure for the new feature to lli. llvm-svn: 343396
* [ORC] Clone module flags metadata into the globals module in theLang Hames2016-09-041-0/+13
CompileOnDemandLayer. Also contains a tweak to the orc-lazy jit in LLI to enable the test case. llvm-svn: 280632
OpenPOWER on IntegriCloud