forked from OSchip/llvm-project
				
			clang-cl: set output of lit-test to a tmp file after r344234
Some test frameworks do not allow output file in CWD. llvm-svn: 344266
This commit is contained in:
		
							parent
							
								
									8cc0f71261
								
							
						
					
					
						commit
						c612e04c29
					
				| 
						 | 
				
			
			@ -1,8 +1,8 @@
 | 
			
		|||
// RUN: %clang_cl /c /showFilenames -- %s 2>&1 | FileCheck -check-prefix=show %s
 | 
			
		||||
// RUN: %clang_cl /c /showFilenames -- %s %S/Inputs/wildcard*.c 2>&1 | FileCheck -check-prefix=multiple %s
 | 
			
		||||
// RUN: %clang_cl /c /o %t.obj /showFilenames -- %s 2>&1 | FileCheck -check-prefix=show %s
 | 
			
		||||
// RUN: %clang_cl /c /o %t.obj /showFilenames -- %s %S/Inputs/wildcard*.c 2>&1 | FileCheck -check-prefix=multiple %s
 | 
			
		||||
 | 
			
		||||
// RUN: %clang_cl /c -- %s 2>&1 | FileCheck -check-prefix=noshow %s
 | 
			
		||||
// RUN: %clang_cl /c /showFilenames /showFilenames- -- %s 2>&1 | FileCheck -check-prefix=noshow %s
 | 
			
		||||
// RUN: %clang_cl /c /o %t.obj -- %s 2>&1 | FileCheck -check-prefix=noshow %s
 | 
			
		||||
// RUN: %clang_cl /c /o %t.obj /showFilenames /showFilenames- -- %s 2>&1 | FileCheck -check-prefix=noshow %s
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#pragma message "Hello"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue