clang 19.0.0git
Functions
WebAssembly.cpp File Reference
#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 std::string AppendLTOLibDir (const std::string &Dir)
 Given a base library directory, append path components to form the LTO directory.
 

Function Documentation

◆ AppendLTOLibDir()

static std::string AppendLTOLibDir ( const std::string &  Dir)
static

Given a base library directory, append path components to form the LTO directory.

Definition at line 206 of file WebAssembly.cpp.