#include "Cuda.h"
#include "CommonArgs.h"
#include "InputInfo.h"
#include "clang/Basic/Cuda.h"
#include "clang/Basic/VirtualFileSystem.h"
#include "clang/Config/config.h"
#include "clang/Driver/Compilation.h"
#include "clang/Driver/Distro.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/Process.h"
#include "llvm/Support/Program.h"
#include <system_error>
Go to the source code of this file.
◆ DebugInfoKind
Debug info kind.
Definition at line 280 of file Cuda.cpp.
◆ mustEmitDebugInfo()
◆ ParseCudaVersionFile()
static CudaVersion ParseCudaVersionFile |
( |
llvm::StringRef |
V | ) |
|
|
static |
◆ shouldIncludePTX()
static bool shouldIncludePTX |
( |
const ArgList & |
Args, |
|
|
const char * |
gpu_arch |
|
) |
| |
|
static |