mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-31 08:16:47 +00:00 
			
		
		
		
	X86: Encode the 'h' cpu subtype in the MachO header for x86.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194906 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -948,7 +948,8 @@ namespace llvm { | ||||
|  | ||||
|       CPU_SUBTYPE_X86_ALL     = 3, | ||||
|       CPU_SUBTYPE_X86_64_ALL  = 3, | ||||
|       CPU_SUBTYPE_X86_ARCH1   = 4 | ||||
|       CPU_SUBTYPE_X86_ARCH1   = 4, | ||||
|       CPU_SUBTYPE_X86_64_H    = 8 | ||||
|     }; | ||||
|     static inline int CPU_SUBTYPE_INTEL(int Family, int Model) { | ||||
|       return Family | (Model << 4); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user