aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineInstr.cpp
diff options
context:
space:
mode:
authorSean Perry <perry@ca.ibm.com>2024-10-30 13:48:00 -0400
committerGitHub <noreply@github.com>2024-10-30 13:48:00 -0400
commit5545f76dc94e76ef6800823bdd1e107ad2264717 (patch)
treed94518b29f87770902e4a2d7b165264088860407 /llvm/lib/CodeGen/MachineInstr.cpp
parent705f3ebf1458c154fe63552ca984be6a16711661 (diff)
downloadllvm-5545f76dc94e76ef6800823bdd1e107ad2264717.zip
llvm-5545f76dc94e76ef6800823bdd1e107ad2264717.tar.gz
llvm-5545f76dc94e76ef6800823bdd1e107ad2264717.tar.bz2
Pass the executable name as arg[0] when calling ExecuteAndWait() (#114067)
PR https://github.com/llvm/llvm-project/pull/111976 was enabling the tests updated in the PR to run on all systems. We found a few didn't run on z/OS. I tracked the problem down to: 1. the ExecuteToolChainProgram() function wasn't passing the executable name as the first arg. That was causing exec on z/OS to fail. 2. the temp file needs to be a text file so codepage conversion happens.
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions