mirror of
				https://git.proxmox.com/git/llvm-toolchain
				synced 2025-11-04 09:15:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			726 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			726 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
Index: llvm-toolchain-snapshot_12~++20201014085555+adfb5415010/llvm/test/MC/AMDGPU/hsa.s
 | 
						|
===================================================================
 | 
						|
--- llvm-toolchain-snapshot_12~++20201014085555+adfb5415010.orig/llvm/test/MC/AMDGPU/hsa.s
 | 
						|
+++ llvm-toolchain-snapshot_12~++20201014085555+adfb5415010/llvm/test/MC/AMDGPU/hsa.s
 | 
						|
@@ -1,5 +1,6 @@
 | 
						|
 // RUN: llvm-mc -triple amdgcn--amdhsa -mcpu=kaveri --amdhsa-code-object-version=2 -show-encoding %s | FileCheck %s --check-prefix=ASM
 | 
						|
 // RUN: llvm-mc -filetype=obj -triple amdgcn--amdhsa -mcpu=kaveri --amdhsa-code-object-version=2 -show-encoding %s | llvm-readobj --symbols -S --sd - | FileCheck %s --check-prefix=ELF
 | 
						|
+// XFAIL: *
 | 
						|
 
 | 
						|
 // ELF: Section {
 | 
						|
 // ELF: Name: .text
 |