[clang] [Driver] Implement ToolChain on Haiku (PR #66038)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 19 21:38:34 PDT 2023
================
@@ -15,30 +15,58 @@
namespace clang {
namespace driver {
+namespace tools {
+
+/// haiku -- Directly call GNU Binutils assembler and linker
----------------
MaskRay wrote:
Do not recommend repeating the identifier name `name -- ` in new code.
https://github.com/llvm/llvm-project/pull/66038
More information about the cfe-commits
mailing list