blob: a912ad95b156d762929861960f48a0636a400716 [file] [log] [blame]
Argyrios Kyrtzidis69325d52011-07-09 20:00:58 +00001// RUN: %clang -### -ccc-arcmt-migrate /foo/bar -fsyntax-only %s 2>&1 | FileCheck %s
2
Ted Kremenek30660a82012-03-06 20:06:33 +00003// CHECK: "-arcmt-migrate" "-mt-migrate-directory" "{{[^"]*}}/foo/bar"
Argyrios Kyrtzidis22897172011-10-07 22:58:08 +00004
5// RUN: touch %t.o
Sebastian Pop9ec60df2012-01-20 22:01:23 +00006// RUN: %clang -ccc-arcmt-check -target i386-apple-darwin9 -### %t.o 2> %t.log
Argyrios Kyrtzidis22897172011-10-07 22:58:08 +00007// RUN: FileCheck -check-prefix=LINK %s < %t.log
Sebastian Pop9ec60df2012-01-20 22:01:23 +00008// RUN: %clang -ccc-arcmt-migrate /foo/bar -target i386-apple-darwin9 -### %t.o 2> %t.log
Argyrios Kyrtzidis22897172011-10-07 22:58:08 +00009// RUN: FileCheck -check-prefix=LINK %s < %t.log
10
Argyrios Kyrtzidis8ed7bec2011-10-08 00:54:49 +000011// LINK-NOT: {{ld(.exe)?"}}
12// LINK: {{touch(.exe)?"}}