[PATCH] D49482: Haiku: add a test for haiku driver

Alexander von Gluck IV via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 30 07:58:08 PST 2021


kallisti5 added a comment.

I should mention that there are no crt checks since the Haiku toolchain driver doesn't actually look for our crt's yet.

https://github.com/llvm/llvm-project/blob/main/clang/lib/Driver/ToolChains/Haiku.cpp
vs
https://github.com/llvm/llvm-project/blob/main/clang/lib/Driver/ToolChains/NetBSD.cpp#L239

With the change above though (adding basic_haiku_tree)  i'm preparing for that in a future commit after our port is better up-streamed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D49482



More information about the cfe-commits mailing list