clang
15.0.0git
|
#include "AMDGPU.h"
#include "CommonArgs.h"
#include "clang/Basic/TargetID.h"
#include "clang/Driver/Compilation.h"
#include "clang/Driver/DriverDiagnostic.h"
#include "clang/Driver/InputInfo.h"
#include "clang/Driver/Options.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/FileUtilities.h"
#include "llvm/Support/LineIterator.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/VirtualFileSystem.h"
#include <system_error>
Go to the source code of this file.
Macros | |
#define | AMDGPU_ARCH_PROGRAM_NAME "amdgpu-arch" |
#define AMDGPU_ARCH_PROGRAM_NAME "amdgpu-arch" |
Definition at line 24 of file AMDGPU.cpp.