David Spickett
David Spickett
Rough changes to build single binaries instead: https://github.com/llvm/llvm-project/pull/172685 Appears to work, but only tested on Linux.
To pass options to lld we'll have to modify the bot's config a bit, like this: ``` $ cmake ../llvm-project/llvm -DLLVM_ENABLE_PROJECTS="llvm;clang" -DCMAKE_BUILD_TYPE=Release \ -DLLVM_ENABLE_ASSERTIONS=ON -G Ninja \ -DCMAKE_EXE_LINKER_FLAGS="-fuse-ld=lld -Wl,--build-id=none -Wl,--no-relax"...
Our other Armv7/8 32-bit bots do not use lld, so we have not seen this problem there. Which implies that our ld (2.38) is coping well with it. Disabling ASLR...
Bot moved to silent for now. @antmox and the rest of the Linaro team will deal with it in the new year.
Could you fake a process from C++ and write it as a unit test, is that enough to get a `Process` object that's usable?
> I agree with all the problems you listed above, but, while for now this is just for testing purposes, it is a legitimately useful method for any clients of...
> If I understand correctly, both @jasonmolenda and @DavidSpickett are fine with the SBStringList approach I am suggesting that you could make such an argument but because I don't know...