mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 21:30:49 +00:00
Fix the R600 build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181621 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ffc49cbea4
commit
ed9fc9b8ee
@ -11,7 +11,7 @@
|
||||
#include "AMDGPUMCAsmInfo.h"
|
||||
|
||||
using namespace llvm;
|
||||
AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(const Target &T, StringRef &TT) : MCAsmInfo() {
|
||||
AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(StringRef &TT) : MCAsmInfo() {
|
||||
HasSingleParameterDotFile = false;
|
||||
WeakDefDirective = 0;
|
||||
//===------------------------------------------------------------------===//
|
||||
|
@ -17,12 +17,11 @@
|
||||
#include "llvm/MC/MCAsmInfo.h"
|
||||
namespace llvm {
|
||||
|
||||
class Target;
|
||||
class StringRef;
|
||||
|
||||
class AMDGPUMCAsmInfo : public MCAsmInfo {
|
||||
public:
|
||||
explicit AMDGPUMCAsmInfo(const Target &T, StringRef &TT);
|
||||
explicit AMDGPUMCAsmInfo(StringRef &TT);
|
||||
const char* getDataASDirective(unsigned int Size, unsigned int AS) const;
|
||||
const MCSection* getNonexecutableStackSection(MCContext &CTX) const;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user