mirror of
				https://github.com/bytecodealliance/wasm-micro-runtime.git
				synced 2025-10-31 13:17:31 +00:00 
			
		
		
		
	dwarf_extractor.cpp: use macro control to be compatible with lower version toolchain (#4169)
This commit is contained in:
		
							parent
							
								
									fb69699909
								
							
						
					
					
						commit
						b8dde7246d
					
				|  | @ -311,14 +311,18 @@ lldb_function_to_function_dbi(const AOTCompContext *comp_ctx, | |||
|         case eLanguageTypeC: | ||||
|         case eLanguageTypeC99: | ||||
|         case eLanguageTypeC11: | ||||
| #if LLVM_VERSION_MAJOR >= 17 | ||||
|         case eLanguageTypeC17: | ||||
| #endif | ||||
|             break; | ||||
|         case eLanguageTypeC_plus_plus: | ||||
|         case eLanguageTypeC_plus_plus_03: | ||||
|         case eLanguageTypeC_plus_plus_11: | ||||
|         case eLanguageTypeC_plus_plus_14: | ||||
| #if LLVM_VERSION_MAJOR >= 17 | ||||
|         case eLanguageTypeC_plus_plus_17: | ||||
|         case eLanguageTypeC_plus_plus_20: | ||||
| #endif | ||||
|             cplusplus = true; | ||||
|             break; | ||||
|         default: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 TianlongLiang
						TianlongLiang