tsan: fix the message (tsan is not asan)
llvm-svn: 173784
This commit is contained in:
		
							parent
							
								
									7943b69002
								
							
						
					
					
						commit
						0632dd410c
					
				| 
						 | 
					@ -58,7 +58,7 @@ void *MmapOrDie(uptr size, const char *mem_type) {
 | 
				
			||||||
    if (recursion_count) {
 | 
					    if (recursion_count) {
 | 
				
			||||||
      // The Report() and CHECK calls below may call mmap recursively and fail.
 | 
					      // The Report() and CHECK calls below may call mmap recursively and fail.
 | 
				
			||||||
      // If we went into recursion, just die.
 | 
					      // If we went into recursion, just die.
 | 
				
			||||||
      RawWrite("AddressSanitizer is unable to mmap\n");
 | 
					      RawWrite("ERROR: Failed to mmap\n");
 | 
				
			||||||
      Die();
 | 
					      Die();
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    recursion_count++;
 | 
					    recursion_count++;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue