[libc-commits] [PATCH] D76412: [libc] Add a simple x86_64 linux loader.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Mar 19 13:09:23 PDT 2020


sivachandra added a comment.

In D76412#1930707 <https://reviews.llvm.org/D76412#1930707>, @abrachet wrote:

> Looks pretty good I think. It fails to link when using sanitizers though, they don't go well with `-static` I think.


That's my mistake I missed removing loader tests from check-libc. I do not think the loader is ready yet to link to sanitizer runtimes so we should not run loader tests on the sanitizer bot.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76412/new/

https://reviews.llvm.org/D76412





More information about the libc-commits mailing list