| commit | 60c88cbf7fb90ed98caa2c920c01b38f31a3734e | [log] [tgz] |
|---|---|---|
| author | Alp Toker <alp@nuanti.com> | Tue Jul 01 03:19:50 2014 +0000 |
| committer | Alp Toker <alp@nuanti.com> | Tue Jul 01 03:19:50 2014 +0000 |
| tree | 1ef3bd0d1969867de62c3d5c3f1671f8c5f21631 | |
| parent | 568c31f236e71e9771c5c076ea51eb01f4e6fa57 [diff] |
clang-interpreter: use LLVM interpreter if JIT is unavailable Update the strategy in r212083 to try JIT first and otherwise fall back to the interpreter. This gives the best of both worlds and still builds fine with no targets enabled. Requires supporting changes from LLVM r212086. llvm-svn: 212087