[clang] [Driver] Implement ToolChain on Haiku (PR #66038)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 20 22:15:15 PDT 2023
================
@@ -15,30 +15,53 @@
namespace clang {
namespace driver {
+namespace tools {
+
+/// Directly call GNU Binutils assembler and linker
+namespace haiku {
+class LLVM_LIBRARY_VISIBILITY Linker : public Tool {
----------------
MaskRay wrote:
`final`
https://github.com/llvm/llvm-project/pull/66038
More information about the cfe-commits
mailing list