diff options
author | Greg Clayton <gclayton@apple.com> | 2013-12-13 17:20:18 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2013-12-13 17:20:18 +0000 |
commit | b09c5384b0014b3de2e58bacbcfeff9c43ea6877 (patch) | |
tree | 2b8754627c290783d566c4567f12b50226e92d1c /llvm/lib/CodeGen/CodeGen.cpp | |
parent | 3dcbca37199872cd6c3c95f84145f20ab5fbba1a (diff) | |
download | llvm-b09c5384b0014b3de2e58bacbcfeff9c43ea6877.zip llvm-b09c5384b0014b3de2e58bacbcfeff9c43ea6877.tar.gz llvm-b09c5384b0014b3de2e58bacbcfeff9c43ea6877.tar.bz2 |
Centralized the launching of a process into Target::Launch()
While investigating test suite failures when running the test suite remotely, I noticed we had 3 copies of code that launched a process:
1 - in "process launch" command
2 - SBTarget::Launch() with args
3 - SBTarget::Launch() with SBLaunchInfo
"process launch" was launching through the platform if it was supported (this is needed for remote debugging) and the 2 and 3 were not.
Now all code is in one place.
llvm-svn: 197247
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions