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

2021-12-30 Thread Alexander von Gluck IV via Phabricator via cfe-commits
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/Driv

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

2021-12-30 Thread Alexander von Gluck IV via Phabricator via cfe-commits
kallisti5 updated this revision to Diff 396674. kallisti5 added a comment. Herald added subscribers: luke957, s.egerton, simoncook. Herald added a project: clang. I've reworked these tests to be a lot more in-depth. Both c and c++ are passing. I plan on trying to get more of our clang / llvm p

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

2018-07-18 Thread Joerg Sonnenberger via Phabricator via cfe-commits
joerg added a comment. It seems to miss most of the interesting checks, i.e. crt files. Compare with any of the entries on netbsd.c for example. Repository: rC Clang https://reviews.llvm.org/D49482 ___ cfe-commits mailing list cfe-commits@lists.

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

2018-07-18 Thread Alexander von Gluck IV via Phabricator via cfe-commits
kallisti5 added a comment. Original author is "Jerome Duval " I don't have permission to modify this, can author be updated? Repository: rC Clang https://reviews.llvm.org/D49482 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lis

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

2018-07-18 Thread Alexander von Gluck IV via Phabricator via cfe-commits
kallisti5 created this revision. Herald added a subscriber: cfe-commits. Repository: rC Clang https://reviews.llvm.org/D49482 Files: test/Driver/haiku.c Index: test/Driver/haiku.c === --- /dev/null +++ test/Driver/haiku.c @@ -