clang 20.0.0git
|
#include "CSKYToolChain.h"
#include "CommonArgs.h"
#include "clang/Driver/Compilation.h"
#include "clang/Driver/InputInfo.h"
#include "clang/Driver/Options.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Functions | |
static void | addMultilibsFilePaths (const Driver &D, const MultilibSet &Multilibs, const Multilib &Multilib, StringRef InstallPath, ToolChain::path_list &Paths) |
|
static |
Definition at line 25 of file CSKYToolChain.cpp.
References clang::driver::tools::addPathIfExists(), D, clang::driver::MultilibSet::filePathsCallback(), and Path.
Referenced by clang::driver::toolchains::CSKYToolChain::CSKYToolChain(), and clang::driver::toolchains::RISCVToolChain::RISCVToolChain().