summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc/ObjectTransformLayer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [ORC] Rename ORC layers to make the "new" ORC layers the default.Lang Hames2018-10-151-5/+5
| | | | | | | | | | | | | This commit adds a 'Legacy' prefix to old ORC layers and utilities, and removes the '2' suffix from the new ORC layers. If you wish to continue using the old ORC layers you will need to add a 'Legacy' prefix to your classes. If you were already using the new ORC layers you will need to drop the '2' suffix. The legacy layers will remain in-tree until the new layers reach feature parity with them. This will involve adding support for removing code from the new layers, and ensuring that performance is comperable. llvm-svn: 344572
* [LKH] Add ObjectTransformLayer2.Lang Hames2018-05-231-0/+34
llvm-svn: 333128
OpenPOWER on IntegriCloud