hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
clObjectLinker.h
Go to the documentation of this file.
1//
2// Created by XIaokang00010 on 2025/7/31.
3//
4
5#ifndef CLOBJECTLINKER_H
6#define CLOBJECTLINKER_H
7
8#include "objectLinker.h" // Include the base class header
9
10namespace yoi {
13 public:
14 explicit clObjectLinker(const yoi::vec<yoi::wstr> &objectPaths, const std::shared_ptr<IRBuildConfig> &config);
15
17 ObjectLinker &link(const yoi::wstr &outputPath) override;
18 };
19} // namespace yoi
20
21#endif // CLOBJECTLINKER_H
std::shared_ptr< IRBuildConfig > config
yoi::vec< yoi::wstr > objectPaths
ObjectLinker & link(const yoi::wstr &outputPath) override
yoi::vec< yoi::wstr > vsRuntimePath
ObjectLinker & searchAndSetupLinker() override
std::vector< t > vec
Definition def.hpp:53
std::wstring wstr
Definition def.hpp:48