Rui Ueyama
Rui Ueyama
@friendlyanon I meant I would merge this but wouldn't recommend users to use CMake. In order to not confuse users, I'll move CMakeLists.txt under `contrib` directory to hide it from...
@clemenswasser Could you add a `signed-off-by` line to your commit messages as explained in https://github.com/rui314/mold/blob/main/CONTRIBUTING.md?
I applied these patches locally but I cannot build mold due to the following error: ``` ruiu@blue:~/mold$ mkdir build ruiu@blue:~/mold$ cd build ruiu@blue:~/mold/build$ cmake .. -- The C compiler identification...
I'm against changing the default. At least it shouldn't be done by this commit.
It looks like `ninja test` runs all tests serially. Do you think you can run them in parallel?
Did you know the difference between `ninja test` and `ninja check`?
I honestly feel that this is a bit too much code and complexity just to show the line number for an undefined symbol reference. After all, we just want to...
> > I'm looking at the test failure, and it seems to me that the code signature injected for x86_64-macos, which shouldn't be the case. > > I was thinking...
Here is the upstream repo of TBB. Your changes to third-party/tbb should be made here. https://github.com/oneapi-src/oneTBB `scalable_malloc` seems to be related to TBB. TBB provides its own implementation of `malloc`,...
I will update the in-tree TBB copy at some point in the future, and I can't maintain a local patch to TBB for Haiku, so please upstream that patch. We...