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
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
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.
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
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
@@ -