clang 20.0.0git
|
#include "WebAssembly.h"
#include "CommonArgs.h"
#include "Gnu.h"
#include "clang/Basic/Version.h"
#include "clang/Config/config.h"
#include "clang/Driver/Compilation.h"
#include "clang/Driver/Driver.h"
#include "clang/Driver/DriverDiagnostic.h"
#include "clang/Driver/Options.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/VirtualFileSystem.h"
Go to the source code of this file.
Functions | |
static bool | TargetBuildsComponents (const llvm::Triple &TargetTriple) |
static std::string | AppendLTOLibDir (const std::string &Dir) |
Given a base library directory, append path components to form the LTO directory. | |
|
static |
Given a base library directory, append path components to form the LTO directory.
Definition at line 221 of file WebAssembly.cpp.
|
static |
Definition at line 64 of file WebAssembly.cpp.
Referenced by clang::driver::tools::wasm::Linker::ConstructJob().