clang
15.0.0git
|
#include "Solaris.h"
#include "CommonArgs.h"
#include "clang/Basic/LangStandard.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 "clang/Driver/SanitizerArgs.h"
#include "clang/Driver/ToolChain.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
Go to the source code of this file.
Functions | |
static StringRef | getSolarisLibSuffix (const llvm::Triple &Triple) |
|
static |
Definition at line 181 of file Solaris.cpp.
Referenced by clang::driver::toolchains::Solaris::Solaris().