"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "125fa40c34a4bd6ecdce1156e5889063a688ef77"
Fix TestProcessLaunch breakage on MacOS
This test started failing after r327625. The cause seems difference in the treatment of relative --stdin paths between MacOS (debugserver?) and linux (lldb-server?). Linux treats this as relative to the debuggers PWD, while MacOS as relative to (I think) the future PWD of the launched process. This fixes the issue by using absolute paths, which should work everywhere, but we should probably unify this path handling as well. I'll ask around about what is the expected behavior here. llvm-svn: 327633
Loading
Please register or sign in to comment