mirror of
				https://github.com/intel/intel-graphics-compiler.git
				synced 2025-11-04 08:21:06 +08:00 
			
		
		
		
	Fix building for LLVM11 (next part)
Change-Id: Ic6cdfeb9a5f2f1dbd06432a4f2721782ed8e760a
This commit is contained in:
		
				
					committed by
					
						
						sys_zuul
					
				
			
			
				
	
			
			
			
						parent
						
							aad4675dec
						
					
				
				
					commit
					4bc9c86169
				
			@ -150,7 +150,7 @@ bool VariableReuseAnalysis::runOnFunction(Function& F)
 | 
			
		||||
                .Hash(m_pCtx->hash)
 | 
			
		||||
                .Type(m_pCtx->type)
 | 
			
		||||
                .Pass("VariableAlias")
 | 
			
		||||
                .PostFix(F.getName())
 | 
			
		||||
                .PostFix(F.getName().str())
 | 
			
		||||
                .Extension("txt");
 | 
			
		||||
            printAlias(Debug::Dump(name, Debug::DumpType::DBG_MSG_TEXT).stream(), m_F);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user