Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
clang 20.0.0git
MultilibBuilder.cpp File Reference
#include "clang/Driver/MultilibBuilder.h"
#include "ToolChains/CommonArgs.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Regex.h"
#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.

Functions

static void normalizePathSegment (std::string &Segment)
 normalize Segment to "/foo/bar" or "".
 
static MultilibBuilder compose (const MultilibBuilder &Base, const MultilibBuilder &New)
 

Function Documentation

◆ compose()

◆ normalizePathSegment()

static void normalizePathSegment ( std::string &  Segment)
static