Should be fixed by r186530. On 17 July 2013 13:37, Rafael Espíndola <[email protected]> wrote: > On 17 July 2013 13:21, jahanian <[email protected]> wrote: >> >> We are suspecting that r186511 is causing numerous test failure on windows. >> A typical case is: >> >> C:/.../clang-build/185549/bin/Release/clang.EXE -cc1 -internal-isystem >> C:\...\clang-build\185549\bin\Release\..\lib\clang\3.4\include -fblocks >> -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -O0 >> -print-ivar-layout -emit-llvm -o /dev/null >> C:\...\src\tools\clang\test\CodeGenObjC\block-var-layout.m > >> C:\...\clang-build\185549\tools\clang\test\CodeGenObjC\Output\block-var-layout.m.tmp-64.layout >> FileCheck -check-prefix LP64 >> --input-file=C:\...\clang-build\185549\tools\clang\test\CodeGenObjC\Output\block-var-layout.m.tmp-64.layout >> C:\...\src\tools\clang\test\CodeGenObjC\block-var-layout.m >> -- >> Exit Code: 2 >> Command Output (stdout): >> -- >> Command 0: "C:/.../clang-build/185549/bin/Release/clang.EXE" "-cc1" >> "-internal-isystem" >> "C:\...\clang-build\185549\bin\Release\..\lib\clang\3.4\include" "-fblocks" >> "-fobjc-gc" "-triple" "x86_64-apple-darwin" >> "-fobjc-runtime=macosx-fragile-10.5" "-O0" "-print-ivar-layout" "-emit-llvm" >> "-o" "/dev/null" >> "C:\...\src\tools\clang\test\CodeGenObjC\block-var-layout.m" >> Command 0 Result: 0 >> Command 0 Output: >> None >> >> Command 0 Stderr: >> >> >> Command 1: "FileCheck" "-check-prefix" "LP64" >> "--input-file=C:\...\clang-build\185549\tools\clang\test\CodeGenObjC\Output\block-var-layout.m.tmp-64.layout" >> "C:\...\src\tools\clang\test\CodeGenObjC\block-var-layout.m" >> Command 1 Result: 2 >> Command 1 Output: >> >> >> Command 1 Stderr: >> Could not open input file >> 'C:\...\clang-build\185549\tools\clang\test\CodeGenObjC\Output\block-var-layout.m.tmp-64.layout': >> The process cannot access the file because it is being used by another >> process > > Trying to debug it. > > Thanks, > Rafael
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
