forked from OSchip/llvm-project
				
			Fix the test failure on Windows introduced by r221279.
http://reviews.llvm.org/D6018 llvm-svn: 221316
This commit is contained in:
		
							parent
							
								
									8b1bea8aee
								
							
						
					
					
						commit
						e899e799b5
					
				| 
						 | 
					@ -6,9 +6,9 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// CHECK-ASAN: "{{.*}}ld{{(.exe)?}}"
 | 
					// CHECK-ASAN: "{{.*}}ld{{(.exe)?}}"
 | 
				
			||||||
// CHECK-ASAN: stdc++
 | 
					// CHECK-ASAN: stdc++
 | 
				
			||||||
// CHECK-ASAN: /lib/darwin/libclang_rt.asan_osx_dynamic.dylib"
 | 
					// CHECK-ASAN: libclang_rt.asan_osx_dynamic.dylib"
 | 
				
			||||||
// CHECK-ASAN: "-rpath" "@executable_path"
 | 
					// CHECK-ASAN: "-rpath" "@executable_path"
 | 
				
			||||||
// CHECK-ASAN: "-rpath" "{{.*}}/lib/darwin"
 | 
					// CHECK-ASAN: "-rpath" "{{.*}}lib{{.*}}darwin"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \
 | 
					// RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \
 | 
				
			||||||
// RUN:   -fsanitize=address -mios-simulator-version-min=7.0 %s -o %t.o 2>&1 \
 | 
					// RUN:   -fsanitize=address -mios-simulator-version-min=7.0 %s -o %t.o 2>&1 \
 | 
				
			||||||
| 
						 | 
					@ -16,9 +16,9 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// CHECK-ASAN-IOSSIM: "{{.*}}ld{{(.exe)?}}"
 | 
					// CHECK-ASAN-IOSSIM: "{{.*}}ld{{(.exe)?}}"
 | 
				
			||||||
// CHECK-ASAN-IOSSIM: lc++
 | 
					// CHECK-ASAN-IOSSIM: lc++
 | 
				
			||||||
// CHECK-ASAN-IOSSIM: /lib/darwin/libclang_rt.asan_iossim_dynamic.dylib"
 | 
					// CHECK-ASAN-IOSSIM: libclang_rt.asan_iossim_dynamic.dylib"
 | 
				
			||||||
// CHECK-ASAN-IOSSIM: "-rpath" "@executable_path"
 | 
					// CHECK-ASAN-IOSSIM: "-rpath" "@executable_path"
 | 
				
			||||||
// CHECK-ASAN-IOSSIM: "-rpath" "{{.*}}/lib/darwin"
 | 
					// CHECK-ASAN-IOSSIM: "-rpath" "{{.*}}lib{{.*}}darwin"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \
 | 
					// RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \
 | 
				
			||||||
// RUN:   -fPIC -shared -fsanitize=address %s -o %t.so 2>&1 \
 | 
					// RUN:   -fPIC -shared -fsanitize=address %s -o %t.so 2>&1 \
 | 
				
			||||||
| 
						 | 
					@ -26,9 +26,9 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// CHECK-DYN-ASAN: "{{.*}}ld{{(.exe)?}}"
 | 
					// CHECK-DYN-ASAN: "{{.*}}ld{{(.exe)?}}"
 | 
				
			||||||
// CHECK-DYN-ASAN: "-dylib"
 | 
					// CHECK-DYN-ASAN: "-dylib"
 | 
				
			||||||
// CHECK-DYN-ASAN: /lib/darwin/libclang_rt.asan_osx_dynamic.dylib"
 | 
					// CHECK-DYN-ASAN: libclang_rt.asan_osx_dynamic.dylib"
 | 
				
			||||||
// CHECK-DYN-ASAN: "-rpath" "@executable_path"
 | 
					// CHECK-DYN-ASAN: "-rpath" "@executable_path"
 | 
				
			||||||
// CHECK-DYN-ASAN: "-rpath" "{{.*}}/lib/darwin"
 | 
					// CHECK-DYN-ASAN: "-rpath" "{{.*}}lib{{.*}}darwin"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \
 | 
					// RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \
 | 
				
			||||||
// RUN:   -fsanitize=undefined %s -o %t.o 2>&1 \
 | 
					// RUN:   -fsanitize=undefined %s -o %t.o 2>&1 \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue