Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ORC] Re-apply r327566 with a fix for test-global-ctors.ll. | Lang Hames | 2018-03-15 | 1 | -1/+1 |
| | | | | | | Also clang-formats the patch, which I should have done the first time around. llvm-svn: 327594 | ||||
* | [Orc] Add support classes for inspecting and running C++ static ctor/dtors, and | Lang Hames | 2015-04-02 | 1 | -0/+102 |
use these to add support for C++ static ctors/dtors to the Orc-lazy JIT in LLI. Replace the trivial_retval_1 regression test - the new 'hello' test is covering strictly more code. llvm-svn: 233885 |