4 Commits

Author SHA1 Message Date
Brad Smith
8ea7430200
[Driver] Implement ToolChain on Haiku (#66038)
Instead of passing everything off to GCC, add a ToolChain for Haiku to allow Clang to properly link things on its own.

Co-authored-by: X512 <danger_mail@list.ru>
Co-authored-by: David Karoly <david.karoly@outlook.com>
2023-09-22 18:17:44 -04:00
Alex Brachet
33f19a6f1c
[Haiku] Don't assume clang was build with libstdc++ as default (#65871)
This test fails with `CLANG_DEFAULT_CXX_STDLIB=libc++`
2023-09-10 00:00:08 -04:00
Brad Smith
c184f27f55 Fixes for Haiku tests on Win32 2023-09-09 00:13:26 -04:00
Brad Smith
a3ba9d697b [Driver] Fixes for header / library paths on Haiku
Some fixes for the header / library paths..

- Use concat macro for all paths
- Correct the C++ header paths
- Add library paths

Differential Revision: https://reviews.llvm.org/D159414
2023-09-08 21:34:31 -04:00