struct Module::LinkLibrary

Declaration

struct Module::LinkLibrary { /* full declaration omitted */ };

Description

A library or framework to link against when an entity from this module is used.

Declared at: clang/include/clang/Basic/Module.h:387

Member Variables

public std::string Library
This will typically be a library or framework name, but can also be an absolute path to the library or framework.
public bool IsFramework = false
Whether this is a framework rather than a library.

Method Overview

Methods

LinkLibrary()

Declared at: clang/include/clang/Basic/Module.h:388

LinkLibrary(const std::string& Library,
            bool IsFramework)

Declared at: clang/include/clang/Basic/Module.h:389

Parameters

const std::string& Library
bool IsFramework