mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	exclude clang from checking
This commit is contained in:
		
							parent
							
								
									8f221118d2
								
							
						
					
					
						commit
						395daf6ced
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -26,7 +26,7 @@ | ||||||
| 
 | 
 | ||||||
| // In GCC 4.8 std::regex is not working correctlty, in order to make features
 | // In GCC 4.8 std::regex is not working correctlty, in order to make features
 | ||||||
| // using regular expressions to work replacement regex library is used
 | // using regular expressions to work replacement regex library is used
 | ||||||
| #if defined(__GNUC__) && ( __GNUC__ == 4 && __GNUC_MINOR__ <= 8) | #if defined(__GNUC__) && !defined( __clang__) && ( __GNUC__ == 4 && __GNUC_MINOR__ <= 8) | ||||||
| 	#include <boost/xpressive/xpressive.hpp> | 	#include <boost/xpressive/xpressive.hpp> | ||||||
| 	#define YS_REGEX_TYPE boost::xpressive::sregex | 	#define YS_REGEX_TYPE boost::xpressive::sregex | ||||||
| 	#define YS_REGEX_NS boost::xpressive | 	#define YS_REGEX_NS boost::xpressive | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue