mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-26 22:27:54 +00:00
AMDGPU: Set StackGrowsUp in MCAsmInfo
Not sure what this does though. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301229 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
49a37e6bb1
commit
9d3f4cc120
@ -15,6 +15,7 @@ using namespace llvm;
|
||||
|
||||
AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(const Triple &TT) : MCAsmInfoELF() {
|
||||
CodePointerSize = (TT.getArch() == Triple::amdgcn) ? 8 : 4;
|
||||
StackGrowsUp = true;
|
||||
HasSingleParameterDotFile = false;
|
||||
//===------------------------------------------------------------------===//
|
||||
MinInstAlignment = 4;
|
||||
|
Loading…
Reference in New Issue
Block a user