summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/RemoteTarget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Mark code, not data, as executable in lli RemoteTarget simulator.Andrew Kaylor2012-10-311-2/+2
| | | | llvm-svn: 167164
* Fix includes of llvm files that used angle brackets.Craig Topper2012-09-151-3/+3
| | | | llvm-svn: 163979
* Don't include stdint.h directly.Eli Friedman2012-09-061-1/+1
| | | | llvm-svn: 163354
* MCJIT: Add faux remote target execution to lli for the MCJIT.Jim Grosbach2012-09-051-0/+61
Simulate a remote target address space by allocating a seperate chunk of memory for the target and re-mapping section addresses to that prior to execution. Later we'll want to have a truly remote process, but for now this gets us closer to being able to test the remote target functionality outside LLDB. rdar://12157052 llvm-svn: 163216
OpenPOWER on IntegriCloud