Fix accidental use of the exotic "std::string::back()" method. Turns out it's
[oota-llvm.git] / tools / lli / RemoteTarget.h
2013-10-02 Andrew KaylorAdding out-of-process execution support to lli.
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-09-15 Craig TopperFix includes of llvm files that used angle brackets.
2012-09-06 Eli FriedmanDon't include stdint.h directly.
2012-09-05 Jim GrosbachMCJIT: Add faux remote target execution to lli for...