r204417 - PR19215: When writing/reading a PCH that imported a module, store the location

Aaron Ballman aaron at aaronballman.com
Fri Mar 21 08:44:09 PDT 2014


Btw, I am not certain which of the module commits has caused the
problems, but on Windows (MSVC 2013), there are now a considerable
number of failing test cases:

57>  Running the Clang regression tests
57>  -- Testing: 7049 tests, 32 threads --
57>  FAIL: Clang :: Frontend/rewrite-includes-modules.c (3041 of 7049)
57>  ******************** TEST 'Clang ::
Frontend/rewrite-includes-modules.c' FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Frontend\Output\rewrite-includes-modules.c.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Frontend\Output\rewrite-includes-modules.c.tmp
-x objective-c E:\llvm\llvm\tools\clang\test\Frontend\rewrite-includes-modules.c
-F E:\llvm\llvm\tools\clang\test\Frontend/../Modules/Inputs -E
-frewrite-includes -o - | FileCheck
E:\llvm\llvm\tools\clang\test\Frontend\rewrite-includes-modules.c
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Frontend\Output\rewrite-includes-modules.c.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Frontend\Output\rewrite-includes-modules.c.tmp"
"-x" "objective-c"
"E:\llvm\llvm\tools\clang\test\Frontend\rewrite-includes-modules.c"
"-F" "E:\llvm\llvm\tools\clang\test\Frontend/../Modules/Inputs" "-E"
"-frewrite-includes" "-o" "-"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Frontend\rewrite-includes-modules.c:5:10:
fatal error: could not build module 'Module'
57>
57>  #include <Module/Module.h>
57>
57>   ~~~~~~~~^
57>
57>  1 error generated.
57>
57>
57>
57>  Command 2: "FileCheck"
"E:\llvm\llvm\tools\clang\test\Frontend\rewrite-includes-modules.c"
57>  Command 2 Result: 1
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Frontend\rewrite-includes-modules.c:13:16:
error: expected string not found in input
57>
57>  // CHECK-NEXT: @import Module; /* clang -frewrite-includes:
implicit import */{{$}}
57>
57>                 ^
57>
57>  <stdin>:10:1: note: scanning from here
57>
57>  # 6 "E:\\llvm\\llvm\\tools\\clang\\test\\Frontend\\rewrite-includes-modules.c"
57>
57>  ^
57>
57>  <stdin>:21:16: note: possible intended match here
57>
57>  // CHECK-NEXT: @import Module; /* clang -frewrite-includes:
implicit import */{{$}}
57>
57>                 ^
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Index/annotate-module.m (3111 of 7049)
57>  ******************** TEST 'Clang :: Index/annotate-module.m'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Index\Output\annotate-module.m.tmp.cache
57>  c-index-test
-test-annotate-tokens=E:\llvm\llvm\tools\clang\test\Index\annotate-module.m:2:1:5:1
E:\llvm\llvm\tools\clang\test\Index\annotate-module.m
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\annotate-module.m.tmp.cache
-fmodules -F E:\llvm\llvm\tools\clang\test\Index/../Modules/Inputs
  | FileCheck E:\llvm\llvm\tools\clang\test\Index\annotate-module.m
57>  c-index-test
-test-annotate-tokens=E:\llvm\llvm\tools\clang\test\Index/../Modules/Inputs/Module.framework/Headers/Sub.h:1:1:3:1
E:\llvm\llvm\tools\clang\test\Index\annotate-module.m
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\annotate-module.m.tmp.cache
-fmodules -F E:\llvm\llvm\tools\clang\test\Index/../Modules/Inputs
  | FileCheck E:\llvm\llvm\tools\clang\test\Index\annotate-module.m
-check-prefix=CHECK-MOD
57>  c-index-test
-cursor-at=E:\llvm\llvm\tools\clang\test\Index\annotate-module.m:3:11
E:\llvm\llvm\tools\clang\test\Index\annotate-module.m
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\annotate-module.m.tmp.cache
-fmodules -F E:\llvm\llvm\tools\clang\test\Index/../Modules/Inputs
 | FileCheck E:\llvm\llvm\tools\clang\test\Index\annotate-module.m
-check-prefix=CHECK-CURSOR
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Index\Output\annotate-module.m.tmp.cache"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "c-index-test"
"-test-annotate-tokens=E:\llvm\llvm\tools\clang\test\Index\annotate-module.m:2:1:5:1"
"E:\llvm\llvm\tools\clang\test\Index\annotate-module.m"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\annotate-module.m.tmp.cache"
"-fmodules" "-F"
"E:\llvm\llvm\tools\clang\test\Index/../Modules/Inputs"
57>  Command 1 Result: 0
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Index\annotate-module.m:2:10: fatal
error: could not build module 'DependsOnModule'
57>
57>  E:\llvm\llvm\tools\clang\test\Index\annotate-module.m:2:10:{2:2-2:11}:
fatal error: could not build module 'DependsOnModule'
57>
57>  Number FIX-ITs = 0
57>
57>
57>
57>  Command 2: "FileCheck"
"E:\llvm\llvm\tools\clang\test\Index\annotate-module.m"
57>  Command 2 Result: 1
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Index\annotate-module.m:10:11:
error: expected string not found in input
57>
57>  // CHECK: Punctuation: "#" [2:1 - 2:2] inclusion
directive=[[INC_DIR:DependsOnModule[/\\]DependsOnModule\.h
\(.*/Modules/Inputs/DependsOnModule\.framework[/\\]Headers[/\\]DependsOnModule.h\)]]
57>
57>            ^
57>
57>  <stdin>:1:1: note: scanning from here
57>
57>  Punctuation: "#" [2:1 - 2:2] preprocessing directive=
57>
57>  ^
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Index/complete-modules.m (3193 of 7049)
57>  ******************** TEST 'Clang :: Index/complete-modules.m'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Index\Output\complete-modules.m.tmp
57>  c-index-test
-code-completion-at=E:\llvm\llvm\tools\clang\test\Index\complete-modules.m:4:9
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\complete-modules.m.tmp
-fmodules -F E:\llvm\llvm\tools\clang\test\Index/Inputs/Frameworks -I
E:\llvm\llvm\tools\clang\test\Index/Inputs/Headers
E:\llvm\llvm\tools\clang\test\Index\complete-modules.m | FileCheck
-check-prefix=CHECK-TOP-LEVEL
E:\llvm\llvm\tools\clang\test\Index\complete-modules.m
57>  c-index-test
-code-completion-at=E:\llvm\llvm\tools\clang\test\Index\complete-modules.m:4:14
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\complete-modules.m.tmp
-fmodules -F E:\llvm\llvm\tools\clang\test\Index/Inputs/Frameworks -I
E:\llvm\llvm\tools\clang\test\Index/Inputs/Headers
E:\llvm\llvm\tools\clang\test\Index\complete-modules.m | FileCheck
-check-prefix=CHECK-LIBA
E:\llvm\llvm\tools\clang\test\Index\complete-modules.m
57>  c-index-test
-code-completion-at=E:\llvm\llvm\tools\clang\test\Index\complete-modules.m:4:1
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\complete-modules.m.tmp
-fmodules -F E:\llvm\llvm\tools\clang\test\Index/Inputs/Frameworks -I
E:\llvm\llvm\tools\clang\test\Index/Inputs/Headers
E:\llvm\llvm\tools\clang\test\Index\complete-modules.m | FileCheck
-check-prefix=CHECK-TOP
E:\llvm\llvm\tools\clang\test\Index\complete-modules.m
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Index\Output\complete-modules.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "c-index-test"
"-code-completion-at=E:\llvm\llvm\tools\clang\test\Index\complete-modules.m:4:9"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\complete-modules.m.tmp"
"-fmodules" "-F"
"E:\llvm\llvm\tools\clang\test\Index/Inputs/Frameworks" "-I"
"E:\llvm\llvm\tools\clang\test\Index/Inputs/Headers"
"E:\llvm\llvm\tools\clang\test\Index\complete-modules.m"
57>  Command 1 Result: 0
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>
57>
57>  Command 2: "FileCheck" "-check-prefix=CHECK-TOP-LEVEL"
"E:\llvm\llvm\tools\clang\test\Index\complete-modules.m"
57>  Command 2 Result: 0
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>
57>
57>  Command 3: "c-index-test"
"-code-completion-at=E:\llvm\llvm\tools\clang\test\Index\complete-modules.m:4:14"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\complete-modules.m.tmp"
"-fmodules" "-F"
"E:\llvm\llvm\tools\clang\test\Index/Inputs/Frameworks" "-I"
"E:\llvm\llvm\tools\clang\test\Index/Inputs/Headers"
"E:\llvm\llvm\tools\clang\test\Index\complete-modules.m"
57>  Command 3 Result: 0
57>  Command 3 Output:
57>
57>
57>  Command 3 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Index\complete-modules.m:4:9:{4:2-4:13}:
fatal error: could not build module 'LibA'
57>
57>  Number FIX-ITs = 0
57>
57>
57>
57>  Command 4: "FileCheck" "-check-prefix=CHECK-LIBA"
"E:\llvm\llvm\tools\clang\test\Index\complete-modules.m"
57>  Command 4 Result: 1
57>  Command 4 Output:
57>
57>
57>  Command 4 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Index\complete-modules.m:13:16:
error: expected string not found in input
57>
57>  // CHECK-LIBA: ModuleImport:{TypedText Extensions} (50)
57>
57>                 ^
57>
57>  <stdin>:1:1: note: scanning from here
57>
57>  Completion contexts:
57>
57>  ^
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Index/index-module.m (3245 of 7049)
57>  ******************** TEST 'Clang :: Index/index-module.m' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Index\Output\index-module.m.tmp.cache
57>  c-index-test -index-file
E:\llvm\llvm\tools\clang\test\Index\index-module.m
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\index-module.m.tmp.cache
-fmodules -F E:\llvm\llvm\tools\clang\test\Index/../Modules/Inputs
  -Xclang -fdisable-module-hash | FileCheck
E:\llvm\llvm\tools\clang\test\Index\index-module.m
57>  c-index-test -index-tu
E:\llvm\2013\tools\clang\test\Index\Output\index-module.m.tmp.cache/DependsOnModule.pcm
| FileCheck E:\llvm\llvm\tools\clang\test\Index\index-module.m
-check-prefix=CHECK-DMOD
57>  c-index-test -index-tu
E:\llvm\2013\tools\clang\test\Index\Output\index-module.m.tmp.cache/Module.pcm
| FileCheck E:\llvm\llvm\tools\clang\test\Index\index-module.m
-check-prefix=CHECK-TMOD
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Index\Output\index-module.m.tmp.cache"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "c-index-test" "-index-file"
"E:\llvm\llvm\tools\clang\test\Index\index-module.m"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\index-module.m.tmp.cache"
"-fmodules" "-F"
"E:\llvm\llvm\tools\clang\test\Index/../Modules/Inputs" "-Xclang"
"-fdisable-module-hash"
57>  Command 1 Result: 0
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Index\index-module.m:2:10: fatal
error: could not build module 'DependsOnModule'
57>
57>
57>
57>  Command 2: "FileCheck" "E:\llvm\llvm\tools\clang\test\Index\index-module.m"
57>  Command 2 Result: 1
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Index\index-module.m:11:11: error:
expected string not found in input
57>
57>  // CHECK: [importedASTFile]: [[PCM:.*[/\\]DependsOnModule\.pcm]]
| loc: 2:2 | name: "DependsOnModule" | isImplicit: 1
57>
57>            ^
57>
57>  <stdin>:1:1: note: scanning from here
57>
57>  [enteredMainFile]: E:\llvm\llvm\tools\clang\test\Index\index-module.m
57>
57>  ^
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Index/pch-depending-on-deleted-module.c (3248 of 7049)
57>  ******************** TEST 'Clang ::
Index/pch-depending-on-deleted-module.c' FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Index\Output\pch-depending-on-deleted-module.c.tmp
57>  mkdir E:\llvm\2013\tools\clang\test\Index\Output\pch-depending-on-deleted-module.c.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x c-header
-fmodules -fdisable-module-hash
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\pch-depending-on-deleted-module.c.tmp/modules-cache
-emit-pch -I E:\llvm\llvm\tools\clang\test\Index/Inputs/Headers -o
E:\llvm\2013\tools\clang\test\Index\Output\pch-depending-on-deleted-module.c.tmp/use_LibA.pch
E:\llvm\llvm\tools\clang\test\Index\pch-depending-on-deleted-module.c
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules
-fdisable-module-hash
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\pch-depending-on-deleted-module.c.tmp/modules-cache
-verify-pch E:\llvm\2013\tools\clang\test\Index\Output\pch-depending-on-deleted-module.c.tmp/use_LibA.pch
57>  rm -f E:\llvm\2013\tools\clang\test\Index\Output\pch-depending-on-deleted-module.c.tmp/modules-cache/LibA.pcm
57>  not E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules
-fdisable-module-hash -fmodules-cache-path=modules-cache -verify-pch
E:\llvm\2013\tools\clang\test\Index\Output\pch-depending-on-deleted-module.c.tmp/use_LibA.pch
2>&1 | FileCheck -check-prefix=VERIFY
E:\llvm\llvm\tools\clang\test\Index\pch-depending-on-deleted-module.c
57>  not c-index-test -test-load-source all -x c -fmodules
-fdisable-module-hash -fmodules-cache-path=modules-cache -include-pch
E:\llvm\2013\tools\clang\test\Index\Output\pch-depending-on-deleted-module.c.tmp/use_LibA.pch
E:\llvm\llvm\tools\clang\test\Index\pch-depending-on-deleted-module.c
2>&1 | FileCheck -check-prefix=INDEX
E:\llvm\llvm\tools\clang\test\Index\pch-depending-on-deleted-module.c
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Index\Output\pch-depending-on-deleted-module.c.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "mkdir"
"E:\llvm\2013\tools\clang\test\Index\Output\pch-depending-on-deleted-module.c.tmp"
57>  Command 1 Result: 0
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>
57>
57>  Command 2: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-x" "c-header"
"-fmodules" "-fdisable-module-hash"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\pch-depending-on-deleted-module.c.tmp/modules-cache"
"-emit-pch" "-I" "E:\llvm\llvm\tools\clang\test\Index/Inputs/Headers"
"-o" "E:\llvm\2013\tools\clang\test\Index\Output\pch-depending-on-deleted-module.c.tmp/use_LibA.pch"
"E:\llvm\llvm\tools\clang\test\Index\pch-depending-on-deleted-module.c"
57>  Command 2 Result: 1
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Index\pch-depending-on-deleted-module.c:1:10:
fatal error: could not build module 'LibA'
57>
57>  #include "a.h"
57>
57>   ~~~~~~~~^~~~~
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Index/index-pch-with-module.m (3255 of 7049)
57>  ******************** TEST 'Clang ::
Index/index-pch-with-module.m' FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Index\Output\index-pch-with-module.m.tmp.cache
57>  c-index-test -write-pch
E:\llvm\2013\tools\clang\test\Index\Output\index-pch-with-module.m.tmp.h.pch
E:\llvm\llvm\tools\clang\test\Index\index-pch-with-module.m
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\index-pch-with-module.m.tmp.cache
-fmodules -F E:\llvm\llvm\tools\clang\test\Index/../Modules/Inputs
-Xclang -fdisable-module-hash
57>  c-index-test -index-file
E:\llvm\llvm\tools\clang\test\Index\index-pch-with-module.m -include
E:\llvm\2013\tools\clang\test\Index\Output\index-pch-with-module.m.tmp.h
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\index-pch-with-module.m.tmp.cache
-fmodules -F E:\llvm\llvm\tools\clang\test\Index/../Modules/Inputs
  -Xclang -fdisable-module-hash | FileCheck
E:\llvm\llvm\tools\clang\test\Index\index-pch-with-module.m
57>  c-index-test -index-tu
E:\llvm\2013\tools\clang\test\Index\Output\index-pch-with-module.m.tmp.h.pch
| FileCheck E:\llvm\llvm\tools\clang\test\Index\index-pch-with-module.m
-check-prefix=CHECK-PCH
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Index\Output\index-pch-with-module.m.tmp.cache"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "c-index-test" "-write-pch"
"E:\llvm\2013\tools\clang\test\Index\Output\index-pch-with-module.m.tmp.h.pch"
"E:\llvm\llvm\tools\clang\test\Index\index-pch-with-module.m"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\index-pch-with-module.m.tmp.cache"
"-fmodules" "-F"
"E:\llvm\llvm\tools\clang\test\Index/../Modules/Inputs" "-Xclang"
"-fdisable-module-hash"
57>  Command 1 Result: 0
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Index\index-pch-with-module.m:5:10:
fatal error: could not build module 'DependsOnModule'
57>
57>
57>
57>  Command 2: "c-index-test" "-index-file"
"E:\llvm\llvm\tools\clang\test\Index\index-pch-with-module.m"
"-include" "E:\llvm\2013\tools\clang\test\Index\Output\index-pch-with-module.m.tmp.h"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\index-pch-with-module.m.tmp.cache"
"-fmodules" "-F"
"E:\llvm\llvm\tools\clang\test\Index/../Modules/Inputs" "-Xclang"
"-fdisable-module-hash"
57>  Command 2 Result: 0
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>
57>
57>  Command 3: "FileCheck"
"E:\llvm\llvm\tools\clang\test\Index\index-pch-with-module.m"
57>  Command 3 Result: 0
57>  Command 3 Output:
57>
57>
57>  Command 3 Stderr:
57>
57>
57>  Command 4: "c-index-test" "-index-tu"
"E:\llvm\2013\tools\clang\test\Index\Output\index-pch-with-module.m.tmp.h.pch"
57>  Command 4 Result: 0
57>  Command 4 Output:
57>
57>
57>  Command 4 Stderr:
57>
57>
57>  Command 5: "FileCheck"
"E:\llvm\llvm\tools\clang\test\Index\index-pch-with-module.m"
"-check-prefix=CHECK-PCH"
57>  Command 5 Result: 1
57>  Command 5 Output:
57>
57>
57>  Command 5 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Index\index-pch-with-module.m:30:15:
error: expected string not found in input
57>
57>  // CHECK-PCH: [importedASTFile]:
{{.*}}.cache{{[/\\]}}DependsOnModule.pcm | loc: 5:2 | name:
"DependsOnModule" | isImplicit: 1
57>
57>                ^
57>
57>  <stdin>:3:1: note: scanning from here
57>
57>  [indexDeclaration]: kind: variable | name: pch_glob | USR:
c:@pch_glob | lang: C | cursor: VarDecl=pch_glob:6:12 | loc: 6:12 |
semantic-container: [TU] | lexical-container: [TU] | isRedecl: 0 |
isDef: 0 | isContainer: 0 | isImplicit: 0
57>
57>  ^
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Index/modules-objc-categories.m (3278 of 7049)
57>  ******************** TEST 'Clang ::
Index/modules-objc-categories.m' FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Index\Output\modules-objc-categories.m.tmp
57>  c-index-test -test-load-source local -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\modules-objc-categories.m.tmp
E:\llvm\llvm\tools\clang\test\Index\modules-objc-categories.m
-IE:\llvm\llvm\tools\clang\test\Index/../Modules/Inputs | FileCheck
E:\llvm\llvm\tools\clang\test\Index\modules-objc-categories.m
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Index\Output\modules-objc-categories.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "c-index-test" "-test-load-source" "local" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\modules-objc-categories.m.tmp"
"E:\llvm\llvm\tools\clang\test\Index\modules-objc-categories.m"
"-IE:\llvm\llvm\tools\clang\test\Index/../Modules/Inputs"
57>  Command 1 Result: 0
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Index\modules-objc-categories.m:1:9:
fatal error: could not build module 'category_top'
57>
57>  E:\llvm\llvm\tools\clang\test\Index\modules-objc-categories.m:1:9:{1:2-1:21}:
fatal error: could not build module 'category_top'
57>
57>  Number FIX-ITs = 0
57>
57>
57>
57>  Command 2: "FileCheck"
"E:\llvm\llvm\tools\clang\test\Index\modules-objc-categories.m"
57>  Command 2 Result: 1
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Index\modules-objc-categories.m:10:11:
error: expected string not found in input
57>
57>  // CHECK: modules-objc-categories.m:5:9:
ObjCInstanceMethodDecl=left_sub:5:9 [Overrides @2:9]
57>
57>            ^
57>
57>  <stdin>:1:1: note: scanning from here
57>
57>  // CHECK: <invalid loc>:2:9: macro definition=__llvm__
57>
57>  ^
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/auto-module-import.m (3460 of 7049)
57>  ******************** TEST 'Clang :: Modules/auto-module-import.m'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\auto-module-import.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -Wauto-import
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\auto-module-import.m.tmp
-fmodules -F E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\auto-module-import.m -verify
-DERRORS
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -Wauto-import
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\auto-module-import.m.tmp
-fmodules -F E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\auto-module-import.m -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\auto-module-import.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-Wauto-import"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\auto-module-import.m.tmp"
"-fmodules" "-F" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\auto-module-import.m" "-verify"
"-DERRORS"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\auto-module-import.m
Line 19: declaration of 'Module' must be imported from module 'Module'
before it is required
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\auto-module-import.m
Line 30: declaration of 'sub_framework_other' must be imported from
module 'DependsOnModule.SubFramework.Other'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\auto-module-import.m
Line 74: declaration of 'no_umbrella_B_private' must be imported from
module 'NoUmbrella.Private.B_Private'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\auto-module-import.m
Line 87: expected '}'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\auto-module-import.m
Line 88: extraneous closing brace
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\auto-module-import.m
Line 8: could not build module 'DependsOnModule'
57>
57>CUSTOMBUILD : error : 'warning' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\auto-module-import.m
Line 36: treating #include as an import of module 'NoUmbrella.A'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\auto-module-import.m
Line 40: treating #include as an import of module
'NoUmbrella.SubDir.C'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\auto-module-import.m
Line 56: treating #include as an import of module
'Module.SubFramework'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\auto-module-import.m
Line 63: treating #include as an import of module
'DependsOnModule.Private.DependsOnModule'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\auto-module-import.m
Line 71: treating #include as an import of module
'NoUmbrella.Private.A_Private'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\auto-module-import.m
Line 79: treating #include as an import of module 'Module.NotInModule'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\auto-module-import.m
Line 79: missing submodule 'Module.NotInModule'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\auto-module-import.m
Line 87: treating #include as an import
57>
57>CUSTOMBUILD : error : 'note' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs/Module.framework/Headers/Module.h
Line 15 (directive at
E:\llvm\llvm\tools\clang\test\Modules\auto-module-import.m:20):
previous
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs/DependsOnModule.framework/Frameworks/SubFramework.framework/Headers/Other.h
Line 1 (directive at
E:\llvm\llvm\tools\clang\test\Modules\auto-module-import.m:31):
previous
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs/NoUmbrella.framework/PrivateHeaders/B_Private.h
Line 1 (directive at
E:\llvm\llvm\tools\clang\test\Modules\auto-module-import.m:75):
previous
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\auto-module-import.m
Line 86: to match this '{'
57>
57>  18 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/autolink.m (3461 of 7049)
57>  ******************** TEST 'Clang :: Modules/autolink.m' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\autolink.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -emit-pch
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\autolink.m.tmp
-fmodules -o E:\llvm\2013\tools\clang\test\Modules\Output\autolink.m.tmp.pch
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs -x objective-c-header
E:\llvm\llvm\tools\clang\test\Modules/Inputs/autolink-sub3.pch
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -emit-llvm -o -
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\autolink.m.tmp
-fmodules -F E:\llvm\llvm\tools\clang\test\Modules/Inputs -I
E:\llvm\llvm\tools\clang\test\Modules/Inputs -include-pch
E:\llvm\2013\tools\clang\test\Modules\Output\autolink.m.tmp.pch
E:\llvm\llvm\tools\clang\test\Modules\autolink.m | FileCheck
E:\llvm\llvm\tools\clang\test\Modules\autolink.m
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -emit-llvm
-fno-autolink -o -
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\autolink.m.tmp
-fmodules -F E:\llvm\llvm\tools\clang\test\Modules/Inputs -I
E:\llvm\llvm\tools\clang\test\Modules/Inputs -include-pch
E:\llvm\2013\tools\clang\test\Modules\Output\autolink.m.tmp.pch
E:\llvm\llvm\tools\clang\test\Modules\autolink.m | FileCheck
--check-prefix=CHECK-AUTOLINK-DISABLED
E:\llvm\llvm\tools\clang\test\Modules\autolink.m
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\autolink.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-emit-pch"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\autolink.m.tmp"
"-fmodules" "-o"
"E:\llvm\2013\tools\clang\test\Modules\Output\autolink.m.tmp.pch" "-I"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs" "-x"
"objective-c-header"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/autolink-sub3.pch"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Modules/Inputs/autolink-sub3.pch:1:9:
fatal error: could not build module 'autolink'
57>
57>  @import autolink.sub3;
57>
57>   ~~~~~~~^~~~~~~~
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/compiler_builtins_arm.m (3462 of 7049)
57>  ******************** TEST 'Clang ::
Modules/compiler_builtins_arm.m' FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\compiler_builtins_arm.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fsyntax-only
-triple thumbv7-none-linux-gnueabihf -target-abi aapcs -target-cpu
cortex-a8 -mfloat-abi hard -std=c99 -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\compiler_builtins_arm.m.tmp
-D__need_wint_t
E:\llvm\llvm\tools\clang\test\Modules\compiler_builtins_arm.m -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\compiler_builtins_arm.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fsyntax-only"
"-triple" "thumbv7-none-linux-gnueabihf" "-target-abi" "aapcs"
"-target-cpu" "cortex-a8" "-mfloat-abi" "hard" "-std=c99" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\compiler_builtins_arm.m.tmp"
"-D__need_wint_t"
"E:\llvm\llvm\tools\clang\test\Modules\compiler_builtins_arm.m"
"-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\compiler_builtins_arm.m
Line 6: could not build module '_Builtin_intrinsics'
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/compiler_builtins.m (3463 of 7049)
57>  ******************** TEST 'Clang :: Modules/compiler_builtins.m'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\compiler_builtins.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE  -fsyntax-only -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\compiler_builtins.m.tmp
-D__need_wint_t
E:\llvm\llvm\tools\clang\test\Modules\compiler_builtins.m -Xclang
-verify
57>  E:/llvm/2013/Debug/bin/clang.EXE  -fsyntax-only -std=c99
-fmodules -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\compiler_builtins.m.tmp
-D__need_wint_t
E:\llvm\llvm\tools\clang\test\Modules\compiler_builtins.m -Xclang
-verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\compiler_builtins.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-fsyntax-only"
"-fmodules" "-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\compiler_builtins.m.tmp"
"-D__need_wint_t"
"E:\llvm\llvm\tools\clang\test\Modules\compiler_builtins.m" "-Xclang"
"-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\compiler_builtins.m
Line 7: could not build module '_Builtin_intrinsics'
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/cxx-decls.cpp (3464 of 7049)
57>  ******************** TEST 'Clang :: Modules/cxx-decls.cpp' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\cxx-decls.cpp.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c++
-fmodules -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\cxx-decls.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\cxx-decls.cpp -verify -std=c++11
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\cxx-decls.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-x"
"objective-c++" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\cxx-decls.cpp.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\cxx-decls.cpp" "-verify"
"-std=c++11"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\cxx-decls.cpp Line
6: could not build module 'dummy'
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/builtins.m (3465 of 7049)
57>  ******************** TEST 'Clang :: Modules/builtins.m' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\builtins.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\builtins.m.tmp
-fmodules -I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\builtins.m -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\builtins.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\builtins.m.tmp"
"-fmodules" "-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\builtins.m" "-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\builtins.m Line 1:
could not build module 'builtin'
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/build-fail-notes.m (3466 of 7049)
57>  ******************** TEST 'Clang :: Modules/build-fail-notes.m'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\build-fail-notes.m.tmp
57>  not E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\build-fail-notes.m.tmp
-fmodules -F E:\llvm\llvm\tools\clang\test\Modules/Inputs
-DgetModuleVersion="epic fail"
E:\llvm\llvm\tools\clang\test\Modules\build-fail-notes.m 2>&1 |
FileCheck E:\llvm\llvm\tools\clang\test\Modules\build-fail-notes.m
57>  not E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\build-fail-notes.m.tmp
-fmodules -F E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\build-fail-notes.m
-fdiagnostics-show-note-include-stack 2>&1 | FileCheck
-check-prefix=CHECK-REDEF
E:\llvm\llvm\tools\clang\test\Modules\build-fail-notes.m
57>  not E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include
-Wincomplete-umbrella
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\build-fail-notes.m.tmp
-fmodules -F E:\llvm\llvm\tools\clang\test\Modules/Inputs
-DgetModuleVersion="epic fail" -serialize-diagnostic-file
E:\llvm\2013\tools\clang\test\Modules\Output\build-fail-notes.m.tmp/tmp.diag
E:\llvm\llvm\tools\clang\test\Modules\build-fail-notes.m 2>&1
57>  c-index-test -read-diagnostics
E:\llvm\2013\tools\clang\test\Modules\Output\build-fail-notes.m.tmp/tmp.diag
2>&1 | FileCheck -check-prefix=CHECK-SDIAG
E:\llvm\llvm\tools\clang\test\Modules\build-fail-notes.m
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\build-fail-notes.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "not" "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\build-fail-notes.m.tmp"
"-fmodules" "-F" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"-DgetModuleVersion=epic fail"
"E:\llvm\llvm\tools\clang\test\Modules\build-fail-notes.m"
57>  Command 1 Result: 0
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>
57>
57>  Command 2: "FileCheck"
"E:\llvm\llvm\tools\clang\test\Modules\build-fail-notes.m"
57>  Command 2 Result: 1
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Modules\build-fail-notes.m:6:11:
error: expected string not found in input
57>
57>  // CHECK: While building module 'DependsOnModule' imported from
57>
57>            ^
57>
57>  <stdin>:1:1: note: scanning from here
57>
57>  E:\llvm\llvm\tools\clang\test\Modules\build-fail-notes.m:4:9:
fatal error: could not build module 'DependsOnModule'
57>
57>  ^
57>
57>  <stdin>:1:80: note: possible intended match here
57>
57>  E:\llvm\llvm\tools\clang\test\Modules\build-fail-notes.m:4:9:
fatal error: could not build module 'DependsOnModule'
57>
57>
             ^
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/cxx-inline-namespace.cpp (3467 of 7049)
57>  ******************** TEST 'Clang ::
Modules/cxx-inline-namespace.cpp' FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\cxx-inline-namespace.cpp.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c++
-fmodules -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\cxx-inline-namespace.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\cxx-inline-namespace.cpp -verify
-std=c++11
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\cxx-inline-namespace.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-x"
"objective-c++" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\cxx-inline-namespace.cpp.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\cxx-inline-namespace.cpp"
"-verify" "-std=c++11"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\cxx-inline-namespace.cpp
Line 6: unknown type name 'T'
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\cxx-inline-namespace.cpp
Line 4: could not build module 'cxx_inline_namespace'
57>
57>  2 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/conflicts.m (3468 of 7049)
57>  ******************** TEST 'Clang :: Modules/conflicts.m' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\conflicts.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -Wauto-import
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\conflicts.m.tmp
-fmodules -I E:\llvm\llvm\tools\clang\test\Modules/Inputs/Conflicts
E:\llvm\llvm\tools\clang\test\Modules\conflicts.m -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\conflicts.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-Wauto-import"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\conflicts.m.tmp"
"-fmodules" "-I"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/Conflicts"
"E:\llvm\llvm\tools\clang\test\Modules\conflicts.m" "-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\conflicts.m Line 4:
could not build module 'Conflicts'
57>
57>CUSTOMBUILD : error : 'warning' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\conflicts.m Line 6:
module 'Conflicts.A' conflicts with already-imported module
'Conflicts.B': we just don't like B
57>
57>  2 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/cstd.m (3473 of 7049)
57>  ******************** TEST 'Clang :: Modules/cstd.m' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\cstd.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE  -fsyntax-only -isystem
E:\llvm\llvm\tools\clang\test\Modules/Inputs/System/usr/include
-fmodules -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\cstd.m.tmp
-D__need_wint_t -Werror=implicit-function-declaration
E:\llvm\llvm\tools\clang\test\Modules\cstd.m
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\cstd.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-fsyntax-only"
"-isystem" "E:\llvm\llvm\tools\clang\test\Modules/Inputs/System/usr/include"
"-fmodules" "-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\cstd.m.tmp"
"-D__need_wint_t" "-Werror=implicit-function-declaration"
"E:\llvm\llvm\tools\clang\test\Modules\cstd.m"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Modules\cstd.m:4:9: fatal error:
could not build module 'uses_other_constants'
57>
57>  @import uses_other_constants;
57>
57>   ~~~~~~~^~~~~~~~~~~~~~~~~~~~
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/cxx-many-overloads.cpp (3475 of 7049)
57>  ******************** TEST 'Clang ::
Modules/cxx-many-overloads.cpp' FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\cxx-many-overloads.cpp.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c++
-fmodules -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\cxx-many-overloads.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\cxx-many-overloads.cpp -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\cxx-many-overloads.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-x"
"objective-c++" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\cxx-many-overloads.cpp.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\cxx-many-overloads.cpp"
"-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\cxx-many-overloads.cpp
Line 5: could not build module 'cxx_many_overloads'
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/cxx-linkage-cache.cpp (3476 of 7049)
57>  ******************** TEST 'Clang ::
Modules/cxx-linkage-cache.cpp' FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\cxx-linkage-cache.cpp.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c++
-fmodules -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\cxx-linkage-cache.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\cxx-linkage-cache.cpp -verify
-std=c++11
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\cxx-linkage-cache.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-x"
"objective-c++" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\cxx-linkage-cache.cpp.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\cxx-linkage-cache.cpp"
"-verify" "-std=c++11"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\cxx-linkage-cache.cpp
Line 6: unknown type name 'T'
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\cxx-linkage-cache.cpp
Line 4: could not build module 'cxx_linkage_cache'
57>
57>  2 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/cycles.c (3478 of 7049)
57>  ******************** TEST 'Clang :: Modules/cycles.c' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\cycles.c.tmp
57>  not E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -x
objective-c -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\cycles.c.tmp
-F E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\cycles.c 2>&1 | FileCheck
E:\llvm\llvm\tools\clang\test\Modules\cycles.c
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\cycles.c.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "not" "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules" "-x"
"objective-c" "-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\cycles.c.tmp"
"-F" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\cycles.c"
57>  Command 1 Result: 0
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>
57>
57>  Command 2: "FileCheck" "E:\llvm\llvm\tools\clang\test\Modules\cycles.c"
57>  Command 2 Result: 1
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Modules\cycles.c:6:11: error:
expected string not found in input
57>
57>  // CHECK: While building module 'MutuallyRecursive1' imported from
57>
57>            ^
57>
57>  <stdin>:1:1: note: scanning from here
57>
57>  E:\llvm\llvm\tools\clang\test\Modules\cycles.c:4:9: fatal error:
could not build module 'MutuallyRecursive1'
57>
57>  ^
57>
57>  <stdin>:1:70: note: possible intended match here
57>
57>  E:\llvm\llvm\tools\clang\test\Modules\cycles.c:4:9: fatal error:
could not build module 'MutuallyRecursive1'
57>
57>                                                                       ^
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/decldef.mm (3481 of 7049)
57>  ******************** TEST 'Clang :: Modules/decldef.mm' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\decldef.mm.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -fobjc-arc
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\decldef.mm.tmp
E:\llvm\llvm\tools\clang\test\Modules\decldef.mm -verify -DUSE_EARLY
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -fobjc-arc
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\decldef.mm.tmp
E:\llvm\llvm\tools\clang\test\Modules\decldef.mm -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\decldef.mm.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules"
"-fobjc-arc" "-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\decldef.mm.tmp"
"E:\llvm\llvm\tools\clang\test\Modules\decldef.mm" "-verify"
"-DUSE_EARLY"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\decldef.mm Line 20:
declaration of 'A' must be imported from module 'decldef.Def'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\decldef.mm Line 47: incomplete
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\decldef.mm Line 48: incomplete
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\decldef.mm Line 18:
could not build module 'decldef'
57>
57>CUSTOMBUILD : error : 'note' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\def.h Line 5
(directive at E:\llvm\llvm\tools\clang\test\Modules\decldef.mm:5):
previous
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\decldef.mm Line 9:
forward decl
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\decldef.mm Line 11:
forward decl
57>
57>  7 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/decldef.m (3482 of 7049)
57>  ******************** TEST 'Clang :: Modules/decldef.m' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\decldef.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -fobjc-arc
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\decldef.m.tmp
E:\llvm\llvm\tools\clang\test\Modules\decldef.m -verify -DUSE_EARLY
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -fobjc-arc
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\decldef.m.tmp
E:\llvm\llvm\tools\clang\test\Modules\decldef.m -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\decldef.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules"
"-fobjc-arc" "-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\decldef.m.tmp"
"E:\llvm\llvm\tools\clang\test\Modules\decldef.m" "-verify"
"-DUSE_EARLY"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\decldef.m Line 12:
declaration of 'A' must be imported from module 'decldef.Def' before
it is required
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\decldef.m Line 14:
must use 'struct' tag to refer to type 'B'
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\decldef.m Line 10:
could not build module 'decldef'
57>
57>CUSTOMBUILD : error : 'note' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\def.h Line 5
(directive at E:\llvm\llvm\tools\clang\test\Modules\decldef.m:5):
previous
57>
57>  4 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/dependency-gen-inferred-map.m (3483 of 7049)
57>  ******************** TEST 'Clang ::
Modules/dependency-gen-inferred-map.m' FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen-inferred-map.m.tmp-mcp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -isysroot
E:\llvm\llvm\tools\clang\test\Modules/Inputs/System -triple
x86_64-apple-darwin10 -dependency-file
E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen-inferred-map.m.tmp.d
-MT E:\llvm\llvm\tools\clang\test\Modules\dependency-gen-inferred-map.m.o
-F E:\llvm\llvm\tools\clang\test\Modules/Inputs -fsyntax-only
-fmodules -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen-inferred-map.m.tmp-mcp
E:\llvm\llvm\tools\clang\test\Modules\dependency-gen-inferred-map.m
57>  FileCheck E:\llvm\llvm\tools\clang\test\Modules\dependency-gen-inferred-map.m
< E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen-inferred-map.m.tmp.d
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen-inferred-map.m.tmp-mcp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-isysroot"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/System" "-triple"
"x86_64-apple-darwin10" "-dependency-file"
"E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen-inferred-map.m.tmp.d"
"-MT" "E:\llvm\llvm\tools\clang\test\Modules\dependency-gen-inferred-map.m.o"
"-F" "E:\llvm\llvm\tools\clang\test\Modules/Inputs" "-fsyntax-only"
"-fmodules" "-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen-inferred-map.m.tmp-mcp"
"E:\llvm\llvm\tools\clang\test\Modules\dependency-gen-inferred-map.m"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Modules\dependency-gen-inferred-map.m:8:9:
fatal error: could not build module 'Module'
57>
57>  @import Module;
57>
57>   ~~~~~~~^~~~~~
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/cxx-templates.cpp (3484 of 7049)
57>  ******************** TEST 'Clang :: Modules/cxx-templates.cpp'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\cxx-templates.cpp.tmp
57>  not E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c++
-fmodules -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\cxx-templates.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\cxx-templates.cpp -std=c++11
-ast-dump -ast-dump-lookups | FileCheck
E:\llvm\llvm\tools\clang\test\Modules\cxx-templates.cpp
--check-prefix=CHECK-GLOBAL
57>  not E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c++
-fmodules -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\cxx-templates.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\cxx-templates.cpp -std=c++11
-ast-dump -ast-dump-lookups -ast-dump-filter N | FileCheck
E:\llvm\llvm\tools\clang\test\Modules\cxx-templates.cpp
--check-prefix=CHECK-NAMESPACE-N
57>  not E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c++
-fmodules -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\cxx-templates.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\cxx-templates.cpp -std=c++11
-ast-dump | FileCheck
E:\llvm\llvm\tools\clang\test\Modules\cxx-templates.cpp
--check-prefix=CHECK-DUMP
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c++
-fmodules -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\cxx-templates.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\cxx-templates.cpp -verify
-std=c++11
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\cxx-templates.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "not" "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-x"
"objective-c++" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\cxx-templates.cpp.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\cxx-templates.cpp" "-std=c++11"
"-ast-dump" "-ast-dump-lookups"
57>  Command 1 Result: 0
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Modules\cxx-templates.cpp:7:9:
fatal error: could not build module 'cxx_templates_a'
57>
57>  @import cxx_templates_a;
57>
57>   ~~~~~~~^~~~~~~~~~~~~~~
57>
57>  1 error generated.
57>
57>
57>
57>  Command 2: "FileCheck"
"E:\llvm\llvm\tools\clang\test\Modules\cxx-templates.cpp"
"--check-prefix=CHECK-GLOBAL"
57>  Command 2 Result: 1
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Modules\cxx-templates.cpp:120:18:
error: expected string not found in input
57>
57>  // CHECK-GLOBAL: DeclarationName 'f'
57>
57>                   ^
57>
57>  <stdin>:1:1: note: scanning from here
57>
57>  StoredDeclsMap TranslationUnit 0xd4fe30
57>
57>  ^
57>
57>  <stdin>:16:3: note: possible intended match here
57>
57>  |-DeclarationName 'g'
57>
57>    ^
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/dependency-gen-pch.m (3485 of 7049)
57>  ******************** TEST 'Clang :: Modules/dependency-gen-pch.m'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen-pch.m.tmp-mcp
57>  mkdir -p E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen-pch.m.tmp-mcp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -isysroot
E:\llvm\llvm\tools\clang\test\Modules/Inputs/System -triple
x86_64-apple-darwin10 -module-file-deps -dependency-file
E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen-pch.m.tmp.d
-MT E:\llvm\llvm\tools\clang\test\Modules\dependency-gen-pch.m.o -I
E:\llvm\llvm\tools\clang\test\Modules/Inputs -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen-pch.m.tmp-mcp
-emit-pch -o E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen-pch.m.tmp.pch
E:\llvm\llvm\tools\clang\test\Modules\dependency-gen-pch.m
57>  FileCheck E:\llvm\llvm\tools\clang\test\Modules\dependency-gen-pch.m
< E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen-pch.m.tmp.d
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen-pch.m.tmp-mcp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "mkdir" "-p"
"E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen-pch.m.tmp-mcp"
57>  Command 1 Result: 0
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>
57>
57>  Command 2: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-isysroot"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/System" "-triple"
"x86_64-apple-darwin10" "-module-file-deps" "-dependency-file"
"E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen-pch.m.tmp.d"
"-MT" "E:\llvm\llvm\tools\clang\test\Modules\dependency-gen-pch.m.o"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen-pch.m.tmp-mcp"
"-emit-pch" "-o"
"E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen-pch.m.tmp.pch"
"E:\llvm\llvm\tools\clang\test\Modules\dependency-gen-pch.m"
57>  Command 2 Result: 1
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Modules\dependency-gen-pch.m:12:9:
fatal error: could not build module 'diamond_top'
57>
57>  #import "diamond_top.h"
57>
57>   ~~~~~~~^~~~~~~~~~~~~~~
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/dependency-gen.m (3487 of 7049)
57>  ******************** TEST 'Clang :: Modules/dependency-gen.m'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen.m.tmp-mcp
57>  mkdir -p E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen.m.tmp-mcp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c
-isysroot E:\llvm\llvm\tools\clang\test\Modules/Inputs/System -triple
x86_64-apple-darwin10 -dependency-file
E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen.m.tmp.d.1
-MT E:\llvm\llvm\tools\clang\test\Modules\dependency-gen.m.o -I
E:\llvm\llvm\tools\clang\test\Modules/Inputs -fsyntax-only -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen.m.tmp-mcp
E:\llvm\llvm\tools\clang\test\Modules\dependency-gen.m
57>  FileCheck E:\llvm\llvm\tools\clang\test\Modules\dependency-gen.m
< E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen.m.tmp.d.1
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c
-isysroot E:\llvm\llvm\tools\clang\test\Modules/Inputs/System -triple
x86_64-apple-darwin10 -dependency-file
E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen.m.tmp.d.2
-MT E:\llvm\llvm\tools\clang\test\Modules\dependency-gen.m.o -I
E:\llvm\llvm\tools\clang\test\Modules/Inputs -sys-header-deps
-fsyntax-only -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen.m.tmp-mcp
E:\llvm\llvm\tools\clang\test\Modules\dependency-gen.m
57>  FileCheck E:\llvm\llvm\tools\clang\test\Modules\dependency-gen.m
-check-prefix=CHECK-SYS <
E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen.m.tmp.d.2
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen.m.tmp-mcp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "mkdir" "-p"
"E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen.m.tmp-mcp"
57>  Command 1 Result: 0
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>
57>
57>  Command 2: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-x" "objective-c"
"-isysroot" "E:\llvm\llvm\tools\clang\test\Modules/Inputs/System"
"-triple" "x86_64-apple-darwin10" "-dependency-file"
"E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen.m.tmp.d.1"
"-MT" "E:\llvm\llvm\tools\clang\test\Modules\dependency-gen.m.o" "-I"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs" "-fsyntax-only"
"-fmodules" "-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\dependency-gen.m.tmp-mcp"
"E:\llvm\llvm\tools\clang\test\Modules\dependency-gen.m"
57>  Command 2 Result: 1
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Modules\dependency-gen.m:21:9:
fatal error: could not build module 'diamond_top'
57>
57>  #import "diamond_top.h"
57>
57>   ~~~~~~~^~~~~~~~~~~~~~~
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/direct-module-import.m (3491 of 7049)
57>  ******************** TEST 'Clang ::
Modules/direct-module-import.m' FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\direct-module-import.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\direct-module-import.m.tmp
-fmodules -F E:\llvm\llvm\tools\clang\test\Modules/Inputs -include
Module/Module.h
E:\llvm\llvm\tools\clang\test\Modules\direct-module-import.m
-emit-llvm -o - | FileCheck
E:\llvm\llvm\tools\clang\test\Modules\direct-module-import.m
57>  --
57>  Exit Code: 2
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\direct-module-import.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\direct-module-import.m.tmp"
"-fmodules" "-F" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"-include" "Module/Module.h"
"E:\llvm\llvm\tools\clang\test\Modules\direct-module-import.m"
"-emit-llvm" "-o" "-"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>  In file included from <built-in>:147:
57>
57>  <command line>:1:10: fatal error: could not build module 'Module'
57>
57>  #include "Module/Module.h"
57>
57>   ~~~~~~~~^~~~~~~~~~~~~~~~~
57>
57>  1 error generated.
57>
57>
57>
57>  Command 2: "FileCheck"
"E:\llvm\llvm\tools\clang\test\Modules\direct-module-import.m"
57>  Command 2 Result: 2
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>CUSTOMBUILD : FileCheck error : '-' is empty.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/header-import.m (3492 of 7049)
57>  ******************** TEST 'Clang :: Modules/header-import.m'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\header-import.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\header-import.m.tmp
-F E:\llvm\llvm\tools\clang\test\Modules/Inputs -I
E:\llvm\llvm\tools\clang\test\Modules/Inputs -verify
E:\llvm\llvm\tools\clang\test\Modules\header-import.m
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\header-import.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\header-import.m.tmp"
"-F" "E:\llvm\llvm\tools\clang\test\Modules/Inputs" "-I"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs" "-verify"
"E:\llvm\llvm\tools\clang\test\Modules\header-import.m"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\header-import.m Line
6: could not build module 'Module'
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/epic-fail.m (3495 of 7049)
57>  ******************** TEST 'Clang :: Modules/epic-fail.m' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\epic-fail.m.tmp
57>  not E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\epic-fail.m.tmp
-fmodules -F E:\llvm\llvm\tools\clang\test\Modules/Inputs
-DgetModuleVersion="epic fail"
E:\llvm\llvm\tools\clang\test\Modules\epic-fail.m 2>&1 | FileCheck
E:\llvm\llvm\tools\clang\test\Modules\epic-fail.m
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\epic-fail.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "not" "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\epic-fail.m.tmp"
"-fmodules" "-F" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"-DgetModuleVersion=epic fail"
"E:\llvm\llvm\tools\clang\test\Modules\epic-fail.m"
57>  Command 1 Result: 0
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>
57>
57>  Command 2: "FileCheck" "E:\llvm\llvm\tools\clang\test\Modules\epic-fail.m"
57>  Command 2 Result: 1
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Modules\epic-fail.m:7:11: error:
expected string not found in input
57>
57>  // CHECK: While building module 'Module' imported from
57>
57>            ^
57>
57>  <stdin>:1:1: note: scanning from here
57>
57>  E:\llvm\llvm\tools\clang\test\Modules\epic-fail.m:4:9: fatal
error: could not build module 'Module'
57>
57>  ^
57>
57>  <stdin>:1:73: note: possible intended match here
57>
57>  E:\llvm\llvm\tools\clang\test\Modules\epic-fail.m:4:9: fatal
error: could not build module 'Module'
57>
57>                                                                          ^
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Index/pch-with-module.m (3497 of 7049)
57>  ******************** TEST 'Clang :: Index/pch-with-module.m'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Index\Output\pch-with-module.m.tmp.cache
57>  c-index-test -write-pch
E:\llvm\2013\tools\clang\test\Index\Output\pch-with-module.m.tmp.h.pch
E:\llvm\llvm\tools\clang\test\Index\pch-with-module.m -target
x86_64-apple-macosx10.7 -fobjc-arc
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\pch-with-module.m.tmp.cache
-fmodules -F E:\llvm\llvm\tools\clang\test\Index/../Modules/Inputs
-Xclang -fdisable-module-hash
57>  E:/llvm/2013/Debug/bin/clang.EXE  -fsyntax-only
E:\llvm\llvm\tools\clang\test\Index\pch-with-module.m -target
x86_64-apple-macosx10.7 -include
E:\llvm\2013\tools\clang\test\Index\Output\pch-with-module.m.tmp.h
-fobjc-arc -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\pch-with-module.m.tmp.cache
-fmodules -F E:\llvm\llvm\tools\clang\test\Index/../Modules/Inputs
  -Xclang -fdisable-module-hash -Xclang -detailed-preprocessing-record
-Xclang -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Index\Output\pch-with-module.m.tmp.cache"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "c-index-test" "-write-pch"
"E:\llvm\2013\tools\clang\test\Index\Output\pch-with-module.m.tmp.h.pch"
"E:\llvm\llvm\tools\clang\test\Index\pch-with-module.m" "-target"
"x86_64-apple-macosx10.7" "-fobjc-arc"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\pch-with-module.m.tmp.cache"
"-fmodules" "-F"
"E:\llvm\llvm\tools\clang\test\Index/../Modules/Inputs" "-Xclang"
"-fdisable-module-hash"
57>  Command 1 Result: 0
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Index\pch-with-module.m:11:10:
fatal error: could not build module 'Module'
57>
57>
57>
57>  Command 2: "E:/llvm/2013/Debug/bin/clang.EXE" "-fsyntax-only"
"E:\llvm\llvm\tools\clang\test\Index\pch-with-module.m" "-target"
"x86_64-apple-macosx10.7" "-include"
"E:\llvm\2013\tools\clang\test\Index\Output\pch-with-module.m.tmp.h"
"-fobjc-arc" "-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\pch-with-module.m.tmp.cache"
"-fmodules" "-F"
"E:\llvm\llvm\tools\clang\test\Index/../Modules/Inputs" "-Xclang"
"-fdisable-module-hash" "-Xclang" "-detailed-preprocessing-record"
"-Xclang" "-verify"
57>  Command 2 Result: 1
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>CUSTOMBUILD : error : no expected directives found: consider use of
'expected-no-diagnostics'
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    (frontend): PCH file contains compiler errors
57>
57>  2 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/import-decl.cpp (3501 of 7049)
57>  ******************** TEST 'Clang :: Modules/import-decl.cpp'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\import-decl.cpp.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\import-decl.cpp.tmp
-fmodules -x objective-c -I
E:\llvm\llvm\tools\clang\test\Modules/Inputs -emit-ast -o
E:\llvm\2013\tools\clang\test\Modules\Output\import-decl.cpp.tmp.ast
E:\llvm\llvm\tools\clang\test\Modules\import-decl.cpp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -ast-print -x ast -
< E:\llvm\2013\tools\clang\test\Modules\Output\import-decl.cpp.tmp.ast
| FileCheck E:\llvm\llvm\tools\clang\test\Modules\import-decl.cpp
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\import-decl.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\import-decl.cpp.tmp"
"-fmodules" "-x" "objective-c" "-I"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs" "-emit-ast" "-o"
"E:\llvm\2013\tools\clang\test\Modules\Output\import-decl.cpp.tmp.ast"
"E:\llvm\llvm\tools\clang\test\Modules\import-decl.cpp"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Modules\import-decl.cpp:5:9: fatal
error: could not build module 'import_decl'
57>
57>  @import import_decl;
57>
57>   ~~~~~~~^~~~~~~~~~~
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/global_index.m (3503 of 7049)
57>  ******************** TEST 'Clang :: Modules/global_index.m'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\global_index.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -Wauto-import
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\global_index.m.tmp
-fdisable-module-hash -fmodules -fno-modules-global-index -F
E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\global_index.m -verify
57>  ls E:\llvm\2013\tools\clang\test\Modules\Output\global_index.m.tmp|not
grep modules.idx
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -Wauto-import
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\global_index.m.tmp
-fdisable-module-hash -fmodules -F
E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\global_index.m -verify
57>  ls E:\llvm\2013\tools\clang\test\Modules\Output\global_index.m.tmp|grep
modules.idx
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -Wauto-import
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\global_index.m.tmp
-fdisable-module-hash -fmodules -F
E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\global_index.m -verify
-print-stats 2>&1 | FileCheck
E:\llvm\llvm\tools\clang\test\Modules\global_index.m
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\global_index.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-Wauto-import"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\global_index.m.tmp"
"-fdisable-module-hash" "-fmodules" "-fno-modules-global-index" "-F"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\global_index.m" "-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\global_index.m Line
12: could not build module 'DependsOnModule'
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/initializer_list.cpp (3505 of 7049)
57>  ******************** TEST 'Clang :: Modules/initializer_list.cpp'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\initializer_list.cpp.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c++
-fmodules -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\initializer_list.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\initializer_list.cpp -verify
-std=c++11
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\initializer_list.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-x"
"objective-c++" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\initializer_list.cpp.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\initializer_list.cpp" "-verify"
"-std=c++11"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\initializer_list.cpp
Line 5: could not build module 'initializer_list'
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/linkage-merge.cpp (3506 of 7049)
57>  ******************** TEST 'Clang :: Modules/linkage-merge.cpp'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\linkage-merge.cpp.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -verify -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\linkage-merge.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\linkage-merge.cpp
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\linkage-merge.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-verify"
"-fmodules" "-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\linkage-merge.cpp.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\linkage-merge.cpp"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\linkage-merge.cpp
Line 9 (directive at
E:\llvm\llvm\tools\clang\test\Modules\linkage-merge.cpp:10): functions
that differ only in their return type cannot be overloaded
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\linkage-merge.cpp
Line 4: could not build module 'linkage_merge'
57>
57>CUSTOMBUILD : error : 'note' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\linkage-merge-foo.h
Line 2 (directive at
E:\llvm\llvm\tools\clang\test\Modules\linkage-merge.cpp:11): previous
declaration is here
57>
57>  3 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/incomplete-module.m (3508 of 7049)
57>  ******************** TEST 'Clang :: Modules/incomplete-module.m'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\incomplete-module.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\incomplete-module.m.tmp
-Wincomplete-module -fmodules -I
E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\incomplete-module.m 2>&1 |
FileCheck E:\llvm\llvm\tools\clang\test\Modules\incomplete-module.m
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\incomplete-module.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\incomplete-module.m.tmp"
"-Wincomplete-module" "-fmodules" "-I"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\incomplete-module.m"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>
57>
57>  Command 2: "FileCheck"
"E:\llvm\llvm\tools\clang\test\Modules\incomplete-module.m"
57>  Command 2 Result: 1
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Modules\incomplete-module.m:5:11:
error: expected string not found in input
57>
57>  // CHECK: {{warning: header '.*incomplete_mod_missing.h' is
included in module 'incomplete_mod' but not listed in module map}}
57>
57>            ^
57>
57>  <stdin>:1:1: note: scanning from here
57>
57>  E:\llvm\llvm\tools\clang\test\Modules\incomplete-module.m:1:9:
fatal error: could not build module 'incomplete_mod'
57>
57>  ^
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/extern_c.cpp (3509 of 7049)
57>  ******************** TEST 'Clang :: Modules/extern_c.cpp' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\extern_c.cpp.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -verify
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\extern_c.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\extern_c.cpp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -verify
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\extern_c.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\extern_c.cpp -DEXTERN_C
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -verify
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\extern_c.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\extern_c.cpp -DEXTERN_CXX
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -verify
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\extern_c.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\extern_c.cpp -DEXTERN_C
-DEXTERN_CXX
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -verify
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\extern_c.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\extern_c.cpp -DEXTERN_C
-DNAMESPACE
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -verify
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\extern_c.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\extern_c.cpp -DCXX_HEADER
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -verify
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\extern_c.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\extern_c.cpp -DCXX_HEADER
-DEXTERN_C
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -verify
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\extern_c.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\extern_c.cpp -DCXX_HEADER
-DEXTERN_CXX
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -verify
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\extern_c.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\extern_c.cpp -DCXX_HEADER
-DEXTERN_C -DEXTERN_CXX
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -verify
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\extern_c.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\extern_c.cpp -DCXX_HEADER
-DEXTERN_C -DNAMESPACE
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -verify
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\extern_c.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs -x c
E:\llvm\llvm\tools\clang\test\Modules\extern_c.cpp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -verify
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\extern_c.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs/elsewhere -I
E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\extern_c.cpp -DEXTERN_C
-DINDIRECT
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\extern_c.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules"
"-verify" "-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\extern_c.cpp.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\extern_c.cpp"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\extern_c.cpp Line 70
(directive at E:\llvm\llvm\tools\clang\test\Modules\extern_c.cpp:72):
redefinition of 'f' as different kind of symbol
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\extern_c.cpp Line 81:
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    Line 37: could not build module 'c_library'
57>
57>CUSTOMBUILD : error : 'note' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\c-header.h
Line 1 (directive at
E:\llvm\llvm\tools\clang\test\Modules\extern_c.cpp:73): previous
57>
57>  4 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/method_pool.m (3510 of 7049)
57>  ******************** TEST 'Clang :: Modules/method_pool.m' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\method_pool.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\method_pool.m.tmp
-fmodules -I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\method_pool.m -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\method_pool.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\method_pool.m.tmp"
"-fmodules" "-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\method_pool.m" "-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\method_pool.m Line
5: could not build module 'MethodPoolA'
57>
57>CUSTOMBUILD : error : 'warning' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\method_pool.m Line
23: instance method '-method4' not found (return type defaults to
'id')
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\method_pool.m Line
37: multiple methods named 'method2:' found
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\method_pool.m Line
41: instance method '-method3' not found (return type defaults to
'id')
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\method_pool.m Line
57: multiple methods named 'method3' found
57>
57>CUSTOMBUILD : error : 'note' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\MethodPoolA.h
Line 7 (directive at
E:\llvm\llvm\tools\clang\test\Modules\method_pool.m:11): using
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\MethodPoolB.h
Line 12 (directive at
E:\llvm\llvm\tools\clang\test\Modules\method_pool.m:12): also found
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\MethodPoolBSub.h
Line 2 (directive at
E:\llvm\llvm\tools\clang\test\Modules\method_pool.m:58): using
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\MethodPoolASub.h
Line 2 (directive at
E:\llvm\llvm\tools\clang\test\Modules\method_pool.m:59): also found
57>
57>  9 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/macro-undef-through-pch.m (3511 of 7049)
57>  ******************** TEST 'Clang ::
Modules/macro-undef-through-pch.m' FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\macro-undef-through-pch.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x
objective-c-header -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macro-undef-through-pch.m.tmp
            -IE:\llvm\llvm\tools\clang\test\Modules/Inputs/macro-undef-through-pch
-emit-pch
E:\llvm\llvm\tools\clang\test\Modules/Inputs/macro-undef-through-pch/foo.h
-o E:\llvm\2013\tools\clang\test\Modules\Output\macro-undef-through-pch.m.tmp.pch
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c
-fmodules -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macro-undef-through-pch.m.tmp
-include-pch E:\llvm\2013\tools\clang\test\Modules\Output\macro-undef-through-pch.m.tmp.pch
E:\llvm\llvm\tools\clang\test\Modules\macro-undef-through-pch.m
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\macro-undef-through-pch.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-x"
"objective-c-header" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macro-undef-through-pch.m.tmp"
"-IE:\llvm\llvm\tools\clang\test\Modules/Inputs/macro-undef-through-pch"
"-emit-pch" "E:\llvm\llvm\tools\clang\test\Modules/Inputs/macro-undef-through-pch/foo.h"
"-o" "E:\llvm\2013\tools\clang\test\Modules\Output\macro-undef-through-pch.m.tmp.pch"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Modules/Inputs/macro-undef-through-pch/foo.h:1:9:
fatal error: could not build module 'A'
57>
57>  @import A;
57>
57>   ~~~~~~~^
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/inferred-submodules.m (3512 of 7049)
57>  ******************** TEST 'Clang ::
Modules/inferred-submodules.m' FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\inferred-submodules.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c
-Wauto-import -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\inferred-submodules.m.tmp
-fmodules -F E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\inferred-submodules.m -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\inferred-submodules.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-x" "objective-c"
"-Wauto-import"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\inferred-submodules.m.tmp"
"-fmodules" "-F" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\inferred-submodules.m"
"-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\inferred-submodules.m
Line 5: could not build module 'Module'
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/modular_maps.cpp (3513 of 7049)
57>  ******************** TEST 'Clang :: Modules/modular_maps.cpp'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\modular_maps.cpp.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c++
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\modular_maps.cpp.tmp
-fmodules -fmodule-map-file=E:\llvm\llvm\tools\clang\test\Modules/Inputs/modular_maps/modulea.map
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs/modular_maps
E:\llvm\llvm\tools\clang\test\Modules\modular_maps.cpp -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\modular_maps.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-x"
"objective-c++"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\modular_maps.cpp.tmp"
"-fmodules" "-fmodule-map-file=E:\llvm\llvm\tools\clang\test\Modules/Inputs/modular_maps/modulea.map"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs/modular_maps"
"E:\llvm\llvm\tools\clang\test\Modules\modular_maps.cpp" "-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\modular_maps.cpp
Line 6: private header
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\modular_maps.cpp
Line 8: undeclared identifier
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\modular_maps.cpp
Line 4: could not build module 'A'
57>
57>  3 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/module_file_info.m (3514 of 7049)
57>  ******************** TEST 'Clang :: Modules/module_file_info.m'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\module_file_info.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -w -fmodules
-fdisable-module-hash
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\module_file_info.m.tmp
-F E:\llvm\llvm\tools\clang\test\Modules/Inputs -DBLARG
-DWIBBLE=WOBBLE
E:\llvm\llvm\tools\clang\test\Modules\module_file_info.m
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -module-file-info
E:\llvm\2013\tools\clang\test\Modules\Output\module_file_info.m.tmp/DependsOnModule.pcm
| FileCheck E:\llvm\llvm\tools\clang\test\Modules\module_file_info.m
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\module_file_info.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-w" "-fmodules"
"-fdisable-module-hash"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\module_file_info.m.tmp"
"-F" "E:\llvm\llvm\tools\clang\test\Modules/Inputs" "-DBLARG"
"-DWIBBLE=WOBBLE"
"E:\llvm\llvm\tools\clang\test\Modules\module_file_info.m"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Modules\module_file_info.m:2:9:
fatal error: could not build module 'DependsOnModule'
57>
57>  @import DependsOnModule;
57>
57>   ~~~~~~~^~~~~~~~~~~~~~~
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/malformed.cpp (3516 of 7049)
57>  ******************** TEST 'Clang :: Modules/malformed.cpp' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\malformed.cpp.tmp
57>  not E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\malformed.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs/malformed
-DHEADER="a1.h" E:\llvm\llvm\tools\clang\test\Modules\malformed.cpp
2>&1 | FileCheck E:\llvm\llvm\tools\clang\test\Modules\malformed.cpp
--check-prefix=CHECK-A
57>  not E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\malformed.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs/malformed
-DHEADER="b1.h" E:\llvm\llvm\tools\clang\test\Modules\malformed.cpp
2>&1 | FileCheck E:\llvm\llvm\tools\clang\test\Modules\malformed.cpp
--check-prefix=CHECK-B
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\malformed.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "not" "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\malformed.cpp.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs/malformed"
"-DHEADER=a1.h" "E:\llvm\llvm\tools\clang\test\Modules\malformed.cpp"
57>  Command 1 Result: 0
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>
57>
57>  Command 2: "FileCheck"
"E:\llvm\llvm\tools\clang\test\Modules\malformed.cpp"
"--check-prefix=CHECK-A"
57>  Command 2 Result: 1
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Modules\malformed.cpp:9:13: error:
expected string not found in input
57>
57>  // CHECK-A: While building module 'malformed_a'
57>
57>              ^
57>
57>  <stdin>:1:1: note: scanning from here
57>
57>  E:\llvm\llvm\tools\clang\test\Modules\malformed.cpp:7:10: fatal
error: could not build module 'malformed_a'
57>
57>  ^
57>
57>  <stdin>:1:76: note: possible intended match here
57>
57>  E:\llvm\llvm\tools\clang\test\Modules\malformed.cpp:7:10: fatal
error: could not build module 'malformed_a'
57>
57>
         ^
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/ignored_macros.m (3518 of 7049)
57>  ******************** TEST 'Clang :: Modules/ignored_macros.m'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.modules
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.modules
-DIGNORED=1 -fmodules -I E:\llvm\llvm\tools\clang\test\Modules/Inputs
-emit-pch -o E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.pch
-x objective-c-header
E:\llvm\llvm\tools\clang\test\Modules\ignored_macros.m -verify
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.modules
-DIGNORED=1 -fmodules -I E:\llvm\llvm\tools\clang\test\Modules/Inputs
-include-pch E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.pch
E:\llvm\llvm\tools\clang\test\Modules\ignored_macros.m -verify
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.modules
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.modules
-fmodules -I E:\llvm\llvm\tools\clang\test\Modules/Inputs -emit-pch -o
E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.pch
-x objective-c-header
E:\llvm\llvm\tools\clang\test\Modules\ignored_macros.m -verify
57>  not E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.modules
-DIGNORED=1 -fmodules -I E:\llvm\llvm\tools\clang\test\Modules/Inputs
-include-pch E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.pch
E:\llvm\llvm\tools\clang\test\Modules\ignored_macros.m >
E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.err
2>&1
57>  FileCheck -check-prefix=CHECK-CONFLICT
E:\llvm\llvm\tools\clang\test\Modules\ignored_macros.m <
E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.err
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.modules
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.modules
-fmodules -I E:\llvm\llvm\tools\clang\test\Modules/Inputs -emit-pch -o
E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.pch
-x objective-c-header
E:\llvm\llvm\tools\clang\test\Modules\ignored_macros.m -verify
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.modules
-DIGNORED=1 -fmodules -I E:\llvm\llvm\tools\clang\test\Modules/Inputs
-include-pch E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.pch
-fmodules-ignore-macro=IGNORED
E:\llvm\llvm\tools\clang\test\Modules\ignored_macros.m -verify
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.modules
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.modules
-DIGNORED=1 -fmodules-ignore-macro=IGNORED -fmodules -I
E:\llvm\llvm\tools\clang\test\Modules/Inputs -emit-pch -o
E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.pch
-x objective-c-header
E:\llvm\llvm\tools\clang\test\Modules\ignored_macros.m -verify
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.modules
-DIGNORED=1 -fmodules -I E:\llvm\llvm\tools\clang\test\Modules/Inputs
-include-pch E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.pch
-fmodules-ignore-macro=IGNORED -DNO_IGNORED_ANYWHERE
-fmodules-ignore-macro=NO_IGNORED_ANYWHERE
E:\llvm\llvm\tools\clang\test\Modules\ignored_macros.m -verify
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.modules
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.modules
-DIGNORED=1 -fmodules-ignore-macro=IGNORED=1 -fmodules -I
E:\llvm\llvm\tools\clang\test\Modules/Inputs -emit-pch -o
E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.pch
-x objective-c-header
E:\llvm\llvm\tools\clang\test\Modules\ignored_macros.m -verify
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.modules
-DIGNORED=1 -fmodules -I E:\llvm\llvm\tools\clang\test\Modules/Inputs
-include-pch E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.pch
-fmodules-ignore-macro=IGNORED=1 -DNO_IGNORED_ANYWHERE
-fmodules-ignore-macro=NO_IGNORED_ANYWHERE
E:\llvm\llvm\tools\clang\test\Modules\ignored_macros.m -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.modules"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.modules"
"-DIGNORED=1" "-fmodules" "-I"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs" "-emit-pch" "-o"
"E:\llvm\2013\tools\clang\test\Modules\Output\ignored_macros.m.tmp.pch"
"-x" "objective-c-header"
"E:\llvm\llvm\tools\clang\test\Modules\ignored_macros.m" "-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\ignored_macros.m
Line 40: could not build module 'ignored_macros'
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/modulemap-locations.m (3519 of 7049)
57>  ******************** TEST 'Clang ::
Modules/modulemap-locations.m' FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\modulemap-locations.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\modulemap-locations.m.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs/ModuleMapLocations/Module_ModuleMap
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs/ModuleMapLocations/Both
-F E:\llvm\llvm\tools\clang\test\Modules/Inputs/ModuleMapLocations -x
objective-c -fsyntax-only
E:\llvm\llvm\tools\clang\test\Modules\modulemap-locations.m -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\modulemap-locations.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\modulemap-locations.m.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs/ModuleMapLocations/Module_ModuleMap"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs/ModuleMapLocations/Both"
"-F" "E:\llvm\llvm\tools\clang\test\Modules/Inputs/ModuleMapLocations"
"-x" "objective-c" "-fsyntax-only"
"E:\llvm\llvm\tools\clang\test\Modules\modulemap-locations.m"
"-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\modulemap-locations.m
Line 5: could not build module 'module_modulemap'
57>
57>CUSTOMBUILD : error : 'warning' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\modulemap-locations.m
Line 15: implicit declaration of function 'wont_be_found1' is invalid
in C99
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\modulemap-locations.m
Line 17: implicit declaration of function 'wont_be_found2' is invalid
in C99
57>
57>  3 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/normal-module-map.cpp (3520 of 7049)
57>  ******************** TEST 'Clang ::
Modules/normal-module-map.cpp' FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\normal-module-map.cpp.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\normal-module-map.cpp.tmp
-fmodules -I E:\llvm\llvm\tools\clang\test\Modules/Inputs/normal-module-map
E:\llvm\llvm\tools\clang\test\Modules\normal-module-map.cpp -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\normal-module-map.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-x" "objective-c"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\normal-module-map.cpp.tmp"
"-fmodules" "-I"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/normal-module-map"
"E:\llvm\llvm\tools\clang\test\Modules\normal-module-map.cpp"
"-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\normal-module-map.cpp
Line 26 (directive at
E:\llvm\llvm\tools\clang\test\Modules\normal-module-map.cpp:27):
declaration of 'nested_umbrella_b' must be imported from module
'nested_umbrella.b' before it is required
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\normal-module-map.cpp
Line 3: could not build module 'Umbrella'
57>
57>CUSTOMBUILD : error : 'note' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs/normal-module-map/nested_umbrella/b.h
Line 1 (directive at
E:\llvm\llvm\tools\clang\test\Modules\normal-module-map.cpp:28):
previous
57>
57>  3 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/on-demand-build.m (3521 of 7049)
57>  ******************** TEST 'Clang :: Modules/on-demand-build.m'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\on-demand-build.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules
-fno-objc-infer-related-result-type -Werror
-Wno-error=incomplete-umbrella
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\on-demand-build.m.tmp
-F E:\llvm\llvm\tools\clang\test\Modules/Inputs -I
E:\llvm\llvm\tools\clang\test\Modules/Inputs -verify
E:\llvm\llvm\tools\clang\test\Modules\on-demand-build.m
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules
-fno-objc-infer-related-result-type -Werror
-Wno-error=incomplete-umbrella -x objective-c++
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\on-demand-build.m.tmp
-F E:\llvm\llvm\tools\clang\test\Modules/Inputs -I
E:\llvm\llvm\tools\clang\test\Modules/Inputs -verify
E:\llvm\llvm\tools\clang\test\Modules\on-demand-build.m
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules
-fno-objc-infer-related-result-type -Werror
-Wno-error=incomplete-umbrella
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\on-demand-build.m.tmp
-F E:\llvm\llvm\tools\clang\test\Modules/Inputs -I
E:\llvm\llvm\tools\clang\test\Modules/Inputs -verify
E:\llvm\llvm\tools\clang\test\Modules\on-demand-build.m
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\on-demand-build.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules"
"-fno-objc-infer-related-result-type" "-Werror"
"-Wno-error=incomplete-umbrella"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\on-demand-build.m.tmp"
"-F" "E:\llvm\llvm\tools\clang\test\Modules/Inputs" "-I"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs" "-verify"
"E:\llvm\llvm\tools\clang\test\Modules\on-demand-build.m"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\on-demand-build.m
Line 15: init
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\on-demand-build.m
Line 6: could not build module 'Module'
57>
57>CUSTOMBUILD : error : 'note' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\Module.framework\Headers\Module.h
Line 17 (directive at
E:\llvm\llvm\tools\clang\test\Modules\on-demand-build.m:10): class
method 'alloc' is assumed to return an instance of its receiver type
('Module *')
57>
57>  3 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/private.cpp (3523 of 7049)
57>  ******************** TEST 'Clang :: Modules/private.cpp' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\private.cpp.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\private.cpp.tmp
-fmodules -I E:\llvm\llvm\tools\clang\test\Modules/Inputs/private
E:\llvm\llvm\tools\clang\test\Modules\private.cpp -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\private.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-x" "objective-c"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\private.cpp.tmp"
"-fmodules" "-I"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/private"
"E:\llvm\llvm\tools\clang\test\Modules\private.cpp" "-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\private.cpp Line 6:
use of private header from outside its module
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\private.cpp Line 8:
use of private header from outside its module
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\private.cpp Line 5:
could not build module 'libPrivate1'
57>
57>  3 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/on-demand-macros.m (3524 of 7049)
57>  ******************** TEST 'Clang :: Modules/on-demand-macros.m'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\on-demand-macros.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\on-demand-macros.m.tmp
-F E:\llvm\llvm\tools\clang\test\Modules/Inputs -DFOO_RETURNS_INT_PTR
-verify E:\llvm\llvm\tools\clang\test\Modules\on-demand-macros.m
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\on-demand-macros.m.tmp
-F E:\llvm\llvm\tools\clang\test\Modules/Inputs -verify
E:\llvm\llvm\tools\clang\test\Modules\on-demand-macros.m
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\on-demand-macros.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\on-demand-macros.m.tmp"
"-F" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"-DFOO_RETURNS_INT_PTR" "-verify"
"E:\llvm\llvm\tools\clang\test\Modules\on-demand-macros.m"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\on-demand-macros.m
Line 6: could not build module 'CmdLine'
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/odr.cpp (3525 of 7049)
57>  ******************** TEST 'Clang :: Modules/odr.cpp' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\odr.cpp.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c++
-fmodules -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\odr.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs/odr
E:\llvm\llvm\tools\clang\test\Modules\odr.cpp -verify -std=c++11
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\odr.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-x"
"objective-c++" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\odr.cpp.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs/odr"
"E:\llvm\llvm\tools\clang\test\Modules\odr.cpp" "-verify" "-std=c++11"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs/odr\a.h Line
8 (directive at E:\llvm\llvm\tools\clang\test\Modules\odr.cpp:4):
'X::n' from module 'a' is not present in definition of 'X' provided
earlier
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs/odr\b.h Line
5 (directive at E:\llvm\llvm\tools\clang\test\Modules\odr.cpp:18):
'E::e2' from module 'b' is not present in definition of 'E' in module
'a'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs/odr\b.h Line
3 (directive at E:\llvm\llvm\tools\clang\test\Modules\odr.cpp:19):
'Y::f' from module 'b' is not present in definition of 'Y' in module
'a'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs/odr\b.h Line
2 (directive at E:\llvm\llvm\tools\clang\test\Modules\odr.cpp:20):
'Y::m' from module 'b' is not present in definition of 'Y' in module
'a'
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\odr.cpp Line 8:
could not build module 'a'
57>
57>CUSTOMBUILD : error : 'note' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\odr.cpp Line 5:
definition has no member 'n'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs/odr\a.h Line
5 (directive at E:\llvm\llvm\tools\clang\test\Modules\odr.cpp:14):
definition has no member 'e2'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs/odr\a.h Line
3 (directive at E:\llvm\llvm\tools\clang\test\Modules\odr.cpp:15):
declaration of 'f' does not match
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs/odr\a.h Line
1 (directive at E:\llvm\llvm\tools\clang\test\Modules\odr.cpp:16):
definition has no member 'm'
57>
57>  9 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/pch-used.m (3526 of 7049)
57>  ******************** TEST 'Clang :: Modules/pch-used.m' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\pch-used.m.tmp
57>  mkdir E:\llvm\2013\tools\clang\test\Modules\Output\pch-used.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x
objective-c-header -emit-pch
E:\llvm\llvm\tools\clang\test\Modules/Inputs/pch-used.h -o
E:\llvm\2013\tools\clang\test\Modules\Output\pch-used.m.tmp/pch-used.h.pch
-fmodules -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\pch-used.m.tmp/cache
-O0 -isystem E:\llvm\llvm\tools\clang\test\Modules/Inputs/System/usr/include
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include
E:\llvm\llvm\tools\clang\test\Modules\pch-used.m -include-pch
E:\llvm\2013\tools\clang\test\Modules\Output\pch-used.m.tmp/pch-used.h.pch
-fmodules -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\pch-used.m.tmp/cache
-O0 -isystem E:\llvm\llvm\tools\clang\test\Modules/Inputs/System/usr/include
-emit-llvm -o - | FileCheck
E:\llvm\llvm\tools\clang\test\Modules\pch-used.m
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\pch-used.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "mkdir"
"E:\llvm\2013\tools\clang\test\Modules\Output\pch-used.m.tmp"
57>  Command 1 Result: 0
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>
57>
57>  Command 2: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-x"
"objective-c-header" "-emit-pch"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/pch-used.h" "-o"
"E:\llvm\2013\tools\clang\test\Modules\Output\pch-used.m.tmp/pch-used.h.pch"
"-fmodules" "-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\pch-used.m.tmp/cache"
"-O0" "-isystem"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/System/usr/include"
57>  Command 2 Result: 1
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Modules/Inputs/pch-used.h:1:9:
fatal error: could not build module 'cstd'
57>
57>  @import cstd.stdio;
57>
57>   ~~~~~~~^~~~
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/namespaces.cpp (3528 of 7049)
57>  ******************** TEST 'Clang :: Modules/namespaces.cpp'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\namespaces.cpp.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c++
-fmodules -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\namespaces.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\namespaces.cpp -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\namespaces.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-x"
"objective-c++" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\namespaces.cpp.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\namespaces.cpp" "-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\namespaces.cpp Line
72: cannot initialize a parameter of type 'N11::<anonymous
namespace>::Foo *' with an rvalue of type 'N11::<anonymous
namespace>::Foo *'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\namespaces.cpp Line
73: cannot initialize a parameter of type 'N12::<anonymous
namespace>::Foo *' with an rvalue of type 'N12::<anonymous
namespace>::Foo *'
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\namespaces.cpp Line
20: could not build module 'namespaces_left'
57>
57>CUSTOMBUILD : error : 'note' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\namespaces-right.h
Line 60 (directive at
E:\llvm\llvm\tools\clang\test\Modules\namespaces.cpp:76): passing
argument to parameter here
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\namespaces-right.h
Line 67 (directive at
E:\llvm\llvm\tools\clang\test\Modules\namespaces.cpp:77): passing
argument to parameter here
57>
57>  5 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/private1.cpp (3531 of 7049)
57>  ******************** TEST 'Clang :: Modules/private1.cpp' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\private1.cpp.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\private1.cpp.tmp
-fmodules -I E:\llvm\llvm\tools\clang\test\Modules/Inputs/private0 -I
E:\llvm\llvm\tools\clang\test\Modules/Inputs/private1 -I
E:\llvm\llvm\tools\clang\test\Modules/Inputs/private2
E:\llvm\llvm\tools\clang\test\Modules\private1.cpp -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\private1.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-x" "objective-c"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\private1.cpp.tmp"
"-fmodules" "-I"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/private0" "-I"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/private1" "-I"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/private2"
"E:\llvm\llvm\tools\clang\test\Modules\private1.cpp" "-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\private1.cpp Line 6:
use of private header from outside its module
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\private1.cpp Line 8:
use of private header from outside its module
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\private1.cpp Line 5:
could not build module 'libPrivateN2'
57>
57>  3 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/recursive_visibility.mm (3533 of 7049)
57>  ******************** TEST 'Clang ::
Modules/recursive_visibility.mm' FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\recursive_visibility.mm.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c++
-fmodules -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\recursive_visibility.mm.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\recursive_visibility.mm -verify
-std=c++11
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\recursive_visibility.mm.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-x"
"objective-c++" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\recursive_visibility.mm.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\recursive_visibility.mm"
"-verify" "-std=c++11"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\recursive_visibility.mm
Line 6: could not build module 'recursive_visibility_c'
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/redecl-merge.m (3536 of 7049)
57>  ******************** TEST 'Clang :: Modules/redecl-merge.m'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\redecl-merge.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules
-Wreturn-type -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\redecl-merge.m.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\redecl-merge.m -verify
-Wno-objc-root-class
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\redecl-merge.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules"
"-Wreturn-type"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\redecl-merge.m.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\redecl-merge.m" "-verify"
"-Wno-objc-root-class"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\redecl-merge.m Line
29: call to 'eventually_noreturn2' is ambiguous
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\redecl-merge.m Line
84: reference to 'T2' is ambiguous
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\redecl-merge.m Line
92: call to 'func2' is ambiguous
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\redecl-merge.m Line
99: reference to 'var2' is ambiguous
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\redecl-merge.m Line
102: reference to 'var3' is ambiguous
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\redecl-merge.m Line
7: could not build module 'redecl_merge_left'
57>
57>CUSTOMBUILD : error : 'warning' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\redecl-merge.m Line
15: control reaches end of non-void function
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\redecl-merge.m Line
19: control reaches end of non-void function
57>
57>CUSTOMBUILD : error : 'note' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\redecl-merge-left.h
Line 93 (directive at
E:\llvm\llvm\tools\clang\test\Modules\redecl-merge.m:30): candidate
function
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\redecl-merge-right.h
Line 90 (directive at
E:\llvm\llvm\tools\clang\test\Modules\redecl-merge.m:31): candidate
function
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\redecl-merge-left.h
Line 60 (directive at
E:\llvm\llvm\tools\clang\test\Modules\redecl-merge.m:82): candidate
found by name lookup is 'T2'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\redecl-merge-right.h
Line 63 (directive at
E:\llvm\llvm\tools\clang\test\Modules\redecl-merge.m:83): candidate
found by name lookup is 'T2'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\redecl-merge-left.h
Line 64 (directive at
E:\llvm\llvm\tools\clang\test\Modules\redecl-merge.m:90): candidate
function
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\redecl-merge-right.h
Line 70 (directive at
E:\llvm\llvm\tools\clang\test\Modules\redecl-merge.m:91): candidate
function
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\redecl-merge-left.h
Line 77 (directive at
E:\llvm\llvm\tools\clang\test\Modules\redecl-merge.m:97): candidate
found by name lookup is 'var2'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\redecl-merge-right.h
Line 77 (directive at
E:\llvm\llvm\tools\clang\test\Modules\redecl-merge.m:98): candidate
found by name lookup is 'var2'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\redecl-merge-left.h
Line 79 (directive at
E:\llvm\llvm\tools\clang\test\Modules\redecl-merge.m:100): candidate
found by name lookup is 'var3'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\redecl-merge-right.h
Line 79 (directive at
E:\llvm\llvm\tools\clang\test\Modules\redecl-merge.m:101): candidate
found by name lookup is 'var3'
57>
57>  18 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/redecl-merge2.m (3537 of 7049)
57>  ******************** TEST 'Clang :: Modules/redecl-merge2.m'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\redecl-merge2.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\redecl-merge2.m.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\redecl-merge2.m -verify
-Wno-objc-root-class
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\redecl-merge2.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\redecl-merge2.m.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\redecl-merge2.m" "-verify"
"-Wno-objc-root-class"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\redecl-merge2.m Line
5: could not build module 'redecl_merge_bottom'
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/requires.m (3538 of 7049)
57>  ******************** TEST 'Clang :: Modules/requires.m' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\requires.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -Wauto-import
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\requires.m.tmp
-fmodules -F E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\requires.m -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\requires.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-Wauto-import"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\requires.m.tmp"
"-fmodules" "-F" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\requires.m" "-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\requires.m Line 4:
module 'DependsOnModule.CXX' requires feature 'cplusplus'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\requires.m Line 6:
module 'DependsOnModule.NotObjC' is incompatible with feature 'objc'
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\requires.m Line 4:
could not build module 'DependsOnModule'
57>
57>  3 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/recursive.c (3539 of 7049)
57>  ******************** TEST 'Clang :: Modules/recursive.c' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\recursive.c.tmp
57>  not E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -x
objective-c -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\recursive.c.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\recursive.c 2>&1 | FileCheck
E:\llvm\llvm\tools\clang\test\Modules\recursive.c
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\recursive.c.tmp
57>  not E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -x
objective-c -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\recursive.c.tmp
-emit-module -fmodule-name=recursive1
E:\llvm\llvm\tools\clang\test\Modules/Inputs/module.map 2>&1 |
FileCheck E:\llvm\llvm\tools\clang\test\Modules\recursive.c
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\recursive.c.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "not" "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules" "-x"
"objective-c" "-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\recursive.c.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\recursive.c"
57>  Command 1 Result: 0
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>
57>
57>  Command 2: "FileCheck" "E:\llvm\llvm\tools\clang\test\Modules\recursive.c"
57>  Command 2 Result: 1
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Modules\recursive.c:8:11: error:
expected string not found in input
57>
57>  // CHECK: While building module 'recursive1'{{( imported from
.*[/\]recursive.c:3)?}}:
57>
57>            ^
57>
57>  <stdin>:1:1: note: scanning from here
57>
57>  E:\llvm\llvm\tools\clang\test\Modules\recursive.c:3:10: fatal
error: could not build module 'recursive1'
57>
57>  ^
57>
57>  <stdin>:1:74: note: possible intended match here
57>
57>  E:\llvm\llvm\tools\clang\test\Modules\recursive.c:3:10: fatal
error: could not build module 'recursive1'
57>
57>                                                                           ^
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/requires.mm (3540 of 7049)
57>  ******************** TEST 'Clang :: Modules/requires.mm' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\requires.mm.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -Wauto-import
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\requires.mm.tmp
-fmodules -F E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\requires.mm -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\requires.mm.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-Wauto-import"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\requires.mm.tmp"
"-fmodules" "-F" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\requires.mm" "-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\requires.mm Line 5:
module 'DependsOnModule.NotCXX' is incompatible with feature
'cplusplus'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\requires.mm Line 6:
module 'DependsOnModule.NotObjC' is incompatible with feature 'objc'
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\requires.mm Line 4:
could not build module 'DependsOnModule'
57>
57>  3 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/subframework-from-intermediate-path.m (3541 of 7049)
57>  ******************** TEST 'Clang ::
Modules/subframework-from-intermediate-path.m' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\subframework-from-intermediate-path.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\subframework-from-intermediate-path.m.tmp
-fmodules -F E:\llvm\llvm\tools\clang\test\Modules/Inputs -F
E:\llvm\llvm\tools\clang\test\Modules/Inputs/DependsOnModule.framework/Frameworks
E:\llvm\llvm\tools\clang\test\Modules\subframework-from-intermediate-path.m
-verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\subframework-from-intermediate-path.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\subframework-from-intermediate-path.m.tmp"
"-fmodules" "-F" "E:\llvm\llvm\tools\clang\test\Modules/Inputs" "-F"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/DependsOnModule.framework/Frameworks"
"E:\llvm\llvm\tools\clang\test\Modules\subframework-from-intermediate-path.m"
"-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\subframework-from-intermediate-path.m
Line 5: module 'SubFramework' not found
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\subframework-from-intermediate-path.m
Line 4: could not build module 'DependsOnModule'
57>
57>  2 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/self-import-header/test.m (3542 of 7049)
57>  ******************** TEST 'Clang ::
Modules/self-import-header/test.m' FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\self-import-header\Output\test.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE  -fsyntax-only -isysroot
E:\llvm\llvm\tools\clang\test\Modules\self-import-header/../Inputs/System/usr/include
-fmodules -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\self-import-header\Output\test.m.tmp
    -target x86_64-darwin     -F
E:\llvm\llvm\tools\clang\test\Modules\self-import-header -I
E:\llvm\llvm\tools\clang\test\Modules\self-import-header
E:\llvm\llvm\tools\clang\test\Modules\self-import-header\test.m
-D__need_wint_t -Werror=implicit-function-declaration
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\self-import-header\Output\test.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-fsyntax-only"
"-isysroot" "E:\llvm\llvm\tools\clang\test\Modules\self-import-header/../Inputs/System/usr/include"
"-fmodules" "-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\self-import-header\Output\test.m.tmp"
"-target" "x86_64-darwin" "-F"
"E:\llvm\llvm\tools\clang\test\Modules\self-import-header" "-I"
"E:\llvm\llvm\tools\clang\test\Modules\self-import-header"
"E:\llvm\llvm\tools\clang\test\Modules\self-import-header\test.m"
"-D__need_wint_t" "-Werror=implicit-function-declaration"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Modules\self-import-header\test.m:8:9:
fatal error: could not build module 'af'
57>
57>  @import af;
57>
57>   ~~~~~~~^~
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/serialized-diags.m (3544 of 7049)
57>  ******************** TEST 'Clang :: Modules/serialized-diags.m'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\serialized-diags.m.tmp
E:\llvm\2013\tools\clang\test\Modules\Output\serialized-diags.m.tmp.diag
E:\llvm\2013\tools\clang\test\Modules\Output\serialized-diags.m.tmp.out
57>  E:/llvm/2013/Debug/bin/clang.EXE  -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\serialized-diags.m.tmp/ModuleCache
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs/ModuleDiags
-fsyntax-only E:\llvm\llvm\tools\clang\test\Modules\serialized-diags.m
--serialize-diagnostics
E:\llvm\2013\tools\clang\test\Modules\Output\serialized-diags.m.tmp.diag
> /dev/null 2>&1
57>  c-index-test -read-diagnostics
E:\llvm\2013\tools\clang\test\Modules\Output\serialized-diags.m.tmp.diag
> E:\llvm\2013\tools\clang\test\Modules\Output\serialized-diags.m.tmp.out
2>&1
57>  FileCheck --input-file=E:\llvm\2013\tools\clang\test\Modules\Output\serialized-diags.m.tmp.out
E:\llvm\llvm\tools\clang\test\Modules\serialized-diags.m
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\serialized-diags.m.tmp
E:\llvm\2013\tools\clang\test\Modules\Output\serialized-diags.m.tmp.diag_errors
E:\llvm\2013\tools\clang\test\Modules\Output\serialized-diags.m.tmp.out_errors
57>  not  E:/llvm/2013/Debug/bin/clang.EXE  -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\serialized-diags.m.tmp/ModuleCache
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs/ModuleDiags
-fsyntax-only -DWITH_ERRORS
E:\llvm\llvm\tools\clang\test\Modules\serialized-diags.m
--serialize-diagnostics
E:\llvm\2013\tools\clang\test\Modules\Output\serialized-diags.m.tmp.diag_errors
> /dev/null 2>&1
57>  c-index-test -read-diagnostics
E:\llvm\2013\tools\clang\test\Modules\Output\serialized-diags.m.tmp.diag_errors
> E:\llvm\2013\tools\clang\test\Modules\Output\serialized-diags.m.tmp.out_errors
2>&1
57>  FileCheck -check-prefix=CHECK-WITH-ERRORS
--input-file=E:\llvm\2013\tools\clang\test\Modules\Output\serialized-diags.m.tmp.out_errors
E:\llvm\llvm\tools\clang\test\Modules\serialized-diags.m
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\serialized-diags.m.tmp"
"E:\llvm\2013\tools\clang\test\Modules\Output\serialized-diags.m.tmp.diag"
"E:\llvm\2013\tools\clang\test\Modules\Output\serialized-diags.m.tmp.out"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\serialized-diags.m.tmp/ModuleCache"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs/ModuleDiags"
"-fsyntax-only"
"E:\llvm\llvm\tools\clang\test\Modules\serialized-diags.m"
"--serialize-diagnostics"
"E:\llvm\2013\tools\clang\test\Modules\Output\serialized-diags.m.tmp.diag"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>  None
57>
57>  Command 1 Stderr:
57>  None
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/fmodules-validate-once-per-build-session.c
(3545 of 7049)
57>  ******************** TEST 'Clang ::
Modules/fmodules-validate-once-per-build-session.c' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp
57>  mkdir -p E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/Inputs
57>  mkdir -p E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-to-compare
57>  echo 'void meow(void);' >
E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/Inputs/foo.h
57>  echo 'module Foo [system] { header "foo.h" }' >
E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/Inputs/module.map
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -cc1 -fmodules
-fdisable-module-hash
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-cache
-fsyntax-only -I
E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/Inputs
-fbuild-session-timestamp=1390000000
-fmodules-validate-once-per-build-session
E:\llvm\llvm\tools\clang\test\Modules\fmodules-validate-once-per-build-session.c
57>  ls -R E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-cache
| grep Foo.pcm.timestamp
57>  cp E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-cache/Foo.pcm
E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-to-compare/Foo-before.pcm
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -cc1 -fmodules
-fdisable-module-hash
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-cache
-fsyntax-only -I
E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/Inputs
-fbuild-session-timestamp=1390000000
-fmodules-validate-once-per-build-session
E:\llvm\llvm\tools\clang\test\Modules\fmodules-validate-once-per-build-session.c
57>  ls -R E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-cache
| grep Foo.pcm.timestamp
57>  cp E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-cache/Foo.pcm
E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-to-compare/Foo-after.pcm
57>  diff E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-to-compare/Foo-before.pcm
E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-to-compare/Foo-after.pcm
57>  echo 'void meow2(void);' >
E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/Inputs/foo.h
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -cc1 -fmodules
-fdisable-module-hash
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-cache
-fsyntax-only -I
E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/Inputs
-fbuild-session-timestamp=1390000000
-fmodules-validate-once-per-build-session
E:\llvm\llvm\tools\clang\test\Modules\fmodules-validate-once-per-build-session.c
57>  ls -R E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-cache
| grep Foo.pcm.timestamp
57>  cp E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-cache/Foo.pcm
E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-to-compare/Foo-after.pcm
57>  diff E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-to-compare/Foo-before.pcm
E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-to-compare/Foo-after.pcm
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -cc1 -fmodules
-fdisable-module-hash
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-cache
-fsyntax-only -I
E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/Inputs
-fbuild-session-timestamp=1893456000
-fmodules-validate-once-per-build-session
E:\llvm\llvm\tools\clang\test\Modules\fmodules-validate-once-per-build-session.c
57>  ls -R E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-cache
| grep Foo.pcm.timestamp
57>  cp E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-cache/Foo.pcm
E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-to-compare/Foo-after.pcm
57>  not diff E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-to-compare/Foo-before.pcm
E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-to-compare/Foo-after.pcm
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "mkdir" "-p"
"E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/Inputs"
57>  Command 1 Result: 0
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>
57>
57>  Command 2: "mkdir" "-p"
"E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-to-compare"
57>  Command 2 Result: 0
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>
57>
57>  Command 3: "echo" "void meow(void);"
57>  Command 3 Result: 0
57>  Command 3 Output:
57>  None
57>
57>  Command 3 Stderr:
57>
57>
57>  Command 4: "echo" "module Foo [system] { header "foo.h" }"
57>  Command 4 Result: 0
57>  Command 4 Output:
57>  None
57>
57>  Command 4 Stderr:
57>
57>
57>  Command 5: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-cc1" "-fmodules"
"-fdisable-module-hash"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/modules-cache"
"-fsyntax-only" "-I"
"E:\llvm\2013\tools\clang\test\Modules\Output\fmodules-validate-once-per-build-session.c.tmp/Inputs"
"-fbuild-session-timestamp=1390000000"
"-fmodules-validate-once-per-build-session"
"E:\llvm\llvm\tools\clang\test\Modules\fmodules-validate-once-per-build-session.c"
57>  Command 5 Result: 1
57>  Command 5 Output:
57>
57>
57>  Command 5 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Modules\fmodules-validate-once-per-build-session.c:1:10:
fatal error: could not build module 'Foo'
57>
57>  #include "foo.h"
57>
57>   ~~~~~~~~^~~~~~~
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/subframeworks.m (3546 of 7049)
57>  ******************** TEST 'Clang :: Modules/subframeworks.m'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\subframeworks.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -Wauto-import
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\subframeworks.m.tmp
-fmodules -F E:\llvm\llvm\tools\clang\test\Modules/Inputs -F
E:\llvm\llvm\tools\clang\test\Modules/Inputs/DependsOnModule.framework/Frameworks
E:\llvm\llvm\tools\clang\test\Modules\subframeworks.m -verify
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c++
-Wauto-import -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\subframeworks.m.tmp
-fmodules -F E:\llvm\llvm\tools\clang\test\Modules/Inputs -F
E:\llvm\llvm\tools\clang\test\Modules/Inputs/DependsOnModule.framework/Frameworks
E:\llvm\llvm\tools\clang\test\Modules\subframeworks.m -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\subframeworks.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-Wauto-import"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\subframeworks.m.tmp"
"-fmodules" "-F" "E:\llvm\llvm\tools\clang\test\Modules/Inputs" "-F"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/DependsOnModule.framework/Frameworks"
"E:\llvm\llvm\tools\clang\test\Modules\subframeworks.m" "-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\subframeworks.m Line
8: declaration of 'sub_framework' must be imported from module
'DependsOnModule.SubFramework' before it is required
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\subframeworks.m Line
5: could not build module 'DependsOnModule'
57>
57>CUSTOMBUILD : error : 'warning' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h
Line 1 (directive at
E:\llvm\llvm\tools\clang\test\Modules\subframeworks.m:27): treating
#include as an import of module 'HasSubModules.Sub.Types'
57>
57>CUSTOMBUILD : error : 'note' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\DependsOnModule.framework\Frameworks\SubFramework.framework\Headers\SubFramework.h
Line 2 (directive at
E:\llvm\llvm\tools\clang\test\Modules\subframeworks.m:9): previous
57>
57>  4 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/separate_map_tree.cpp (3547 of 7049)
57>  ******************** TEST 'Clang ::
Modules/separate_map_tree.cpp' FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\separate_map_tree.cpp.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\separate_map_tree.cpp.tmp
-fmodules -fmodules-decluse -fmodule-name=A
-fmodule-map-file=E:\llvm\llvm\tools\clang\test\Modules/Inputs/separate_map_tree/maps/modulea.map
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs/separate_map_tree/src
E:\llvm\llvm\tools\clang\test\Modules\separate_map_tree.cpp -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\separate_map_tree.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\separate_map_tree.cpp.tmp"
"-fmodules" "-fmodules-decluse" "-fmodule-name=A"
"-fmodule-map-file=E:\llvm\llvm\tools\clang\test\Modules/Inputs/separate_map_tree/maps/modulea.map"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs/separate_map_tree/src"
"E:\llvm\llvm\tools\clang\test\Modules\separate_map_tree.cpp"
"-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\separate_map_tree.cpp
Line 5: private header
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\separate_map_tree.cpp
Line 7: private header
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\separate_map_tree.cpp
Line 8: undeclared identifier
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\separate_map_tree.cpp
Line 4: could not build module 'D'
57>
57>  4 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/stddef.m (3548 of 7049)
57>  ******************** TEST 'Clang :: Modules/stddef.m' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\stddef.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\stddef.m.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs/StdDef
E:\llvm\llvm\tools\clang\test\Modules\stddef.m -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\stddef.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\stddef.m.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs/StdDef"
"E:\llvm\llvm\tools\clang\test\Modules\stddef.m" "-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\stddef.m Line 1:
could not build module 'StdDef'
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/renamed.m (3552 of 7049)
57>  ******************** TEST 'Clang :: Modules/renamed.m' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\renamed.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -I
E:\llvm\llvm\tools\clang\test\Modules/Inputs/oldname
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\renamed.m.tmp
E:\llvm\llvm\tools\clang\test\Modules\renamed.m -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\renamed.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules" "-I"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/oldname"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\renamed.m.tmp"
"E:\llvm\llvm\tools\clang\test\Modules\renamed.m" "-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\renamed.m Line 1:
could not build module 'NewName'
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/submodules.cpp (3554 of 7049)
57>  ******************** TEST 'Clang :: Modules/submodules.cpp'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\submodules.cpp.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c++
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\submodules.cpp.tmp
-fmodules -I E:\llvm\llvm\tools\clang\test\Modules/Inputs/submodules
E:\llvm\llvm\tools\clang\test\Modules\submodules.cpp -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\submodules.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-x"
"objective-c++"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\submodules.cpp.tmp"
"-fmodules" "-I"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/submodules"
"E:\llvm\llvm\tools\clang\test\Modules\submodules.cpp" "-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\submodules.cpp Line
10: declaration of 'remove_reference' must be imported from module
'std.type_traits' before it is required
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\submodules.cpp Line
14: no submodule named 'typetraits' in module 'std'; did you mean
'type_traits'?
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\submodules.cpp Line
19: no submodule named 'compare' in module 'std.vector'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\submodules.cpp Line
24: declaration of 'hash_map' must be imported from module
'std.hash_map' before it is required
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\submodules.cpp Line
31: must be imported from module 'import_self.a'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs/submodules\module.map
Line 15 (directive at
E:\llvm\llvm\tools\clang\test\Modules\submodules.cpp:36): header
'missing.h' not found
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\submodules.cpp Line
5: could not build module 'std'
57>
57>CUSTOMBUILD : error : 'note' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs/submodules\type_traits.h
Line 2 (directive at
E:\llvm\llvm\tools\clang\test\Modules\submodules.cpp:11): previous
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs/submodules\hash_map.h
Line 1 (directive at
E:\llvm\llvm\tools\clang\test\Modules\submodules.cpp:12): previous
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs/submodules\import-self-a.h
Line 1 (directive at
E:\llvm\llvm\tools\clang\test\Modules\submodules.cpp:32): here
57>
57>  10 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/submodules.m (3556 of 7049)
57>  ******************** TEST 'Clang :: Modules/submodules.m' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\submodules.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -Wauto-import
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\submodules.m.tmp
-fmodules -F E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\submodules.m -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\submodules.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-Wauto-import"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\submodules.m.tmp"
"-fmodules" "-F" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\submodules.m" "-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\submodules.m Line 7:
could not build module 'Module'
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/string_names.cpp (3557 of 7049)
57>  ******************** TEST 'Clang :: Modules/string_names.cpp'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\string_names.cpp.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\string_names.cpp.tmp
-fmodules -fmodules-decluse -I
E:\llvm\llvm\tools\clang\test\Modules/Inputs/string_names
E:\llvm\llvm\tools\clang\test\Modules\string_names.cpp
-fmodule-name="my/module-a" -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\string_names.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\string_names.cpp.tmp"
"-fmodules" "-fmodules-decluse" "-I"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/string_names"
"E:\llvm\llvm\tools\clang\test\Modules\string_names.cpp"
"-fmodule-name=my/module-a" "-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\string_names.cpp
Line 5: could not build module 'my/module-b'
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/system_headers.m (3559 of 7049)
57>  ******************** TEST 'Clang :: Modules/system_headers.m'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\system_headers.m.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\system_headers.m.tmp/cache
-isystem E:\llvm\llvm\tools\clang\test\Modules/Inputs -pedantic
-Werror E:\llvm\llvm\tools\clang\test\Modules\system_headers.m -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\system_headers.m.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\system_headers.m.tmp/cache"
"-isystem" "E:\llvm\llvm\tools\clang\test\Modules/Inputs" "-pedantic"
"-Werror" "E:\llvm\llvm\tools\clang\test\Modules\system_headers.m"
"-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\system_headers.m
Line 7: could not build module 'warning'
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/submodules-preprocess.cpp (3560 of 7049)
57>  ******************** TEST 'Clang ::
Modules/submodules-preprocess.cpp' FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\submodules-preprocess.cpp.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -x
objective-c++ -Eonly
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\submodules-preprocess.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs/submodules
E:\llvm\llvm\tools\clang\test\Modules\submodules-preprocess.cpp
-verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\submodules-preprocess.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules" "-x"
"objective-c++" "-Eonly"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\submodules-preprocess.cpp.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs/submodules"
"E:\llvm\llvm\tools\clang\test\Modules\submodules-preprocess.cpp"
"-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\submodules-preprocess.cpp
Line 19: no submodule named 'typetraits' in module 'std'; did you mean
'type_traits'?
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\submodules-preprocess.cpp
Line 33: no submodule named 'compare' in module 'std.vector'
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\submodules-preprocess.cpp
Line 5: could not build module 'std'
57>
57>  3 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/templates.mm (3561 of 7049)
57>  ******************** TEST 'Clang :: Modules/templates.mm' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\templates.mm.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -triple
x86_64-linux-gnu -std=c++11 -x objective-c++ -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\templates.mm.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs -verify
E:\llvm\llvm\tools\clang\test\Modules\templates.mm
-Wno-objc-root-class
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -triple
x86_64-linux-gnu -std=c++11 -x objective-c++ -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\templates.mm.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs -emit-llvm
E:\llvm\llvm\tools\clang\test\Modules\templates.mm -o -
-Wno-objc-root-class | FileCheck
E:\llvm\llvm\tools\clang\test\Modules\templates.mm
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\templates.mm.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-triple"
"x86_64-linux-gnu" "-std=c++11" "-x" "objective-c++" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\templates.mm.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs" "-verify"
"E:\llvm\llvm\tools\clang\test\Modules\templates.mm"
"-Wno-objc-root-class"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\templates.mm Line 6:
could not build module 'templates_left'
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/macros2.c (3564 of 7049)
57>  ******************** TEST 'Clang :: Modules/macros2.c' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\macros2.c.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -x
objective-c -emit-module
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macros2.c.tmp
-fmodule-name=macros_top
E:\llvm\llvm\tools\clang\test\Modules/Inputs/module.map
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -x
objective-c -emit-module
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macros2.c.tmp
-fmodule-name=macros_left
E:\llvm\llvm\tools\clang\test\Modules/Inputs/module.map
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -x
objective-c -emit-module
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macros2.c.tmp
-fmodule-name=macros_right
E:\llvm\llvm\tools\clang\test\Modules/Inputs/module.map
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -x
objective-c -emit-module
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macros2.c.tmp
-fmodule-name=macros
E:\llvm\llvm\tools\clang\test\Modules/Inputs/module.map
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -x
objective-c -verify
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macros2.c.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\macros2.c
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\macros2.c.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules" "-x"
"objective-c" "-emit-module"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macros2.c.tmp"
"-fmodule-name=macros_top"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/module.map"
57>  Command 1 Result: 0
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>  While building module 'macros_top':
57>
57>  In file included from <module-includes>:1:
57>
57>  E:\llvm\llvm\tools\clang\test\Modules/Inputs\macros_top.h:13:9:
warning: 'TOP_RIGHT_REDEF' macro redefined
57>
57>  #define TOP_RIGHT_REDEF int
57>
57>          ^
57>
57>  E:\llvm\llvm\tools\clang\test\Modules/Inputs\macros_top.h:11:9:
note: previous definition is here
57>
57>  #define TOP_RIGHT_REDEF float
57>
57>          ^
57>
57>  1 warning generated.
57>
57>
57>
57>  Command 2: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules" "-x"
"objective-c" "-emit-module"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macros2.c.tmp"
"-fmodule-name=macros_left"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/module.map"
57>  Command 2 Result: 0
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>
57>
57>  Command 3: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules" "-x"
"objective-c" "-emit-module"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macros2.c.tmp"
"-fmodule-name=macros_right"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/module.map"
57>  Command 3 Result: 0
57>  Command 3 Output:
57>
57>
57>  Command 3 Stderr:
57>
57>
57>  Command 4: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules" "-x"
"objective-c" "-emit-module"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macros2.c.tmp"
"-fmodule-name=macros"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/module.map"
57>  Command 4 Result: 0
57>  Command 4 Output:
57>
57>
57>  Command 4 Stderr:
57>
57>
57>  Command 5: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules" "-x"
"objective-c" "-verify"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macros2.c.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\macros2.c"
57>  Command 5 Result: 1
57>  Command 5 Output:
57>
57>
57>  Command 5 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\macros2.c Line 11:
could not build module 'macros_other'
57>
57>CUSTOMBUILD : error : 'warning' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\macros2.c Line 17:
ambiguous expansion of macro 'TOP_OTHER_DEF_RIGHT_UNDEF'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\macros2.c Line 40:
ambiguous expansion of macro 'LEFT_RIGHT_DIFFERENT'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\macros2.c Line 43:
ambiguous expansion of macro 'LEFT_RIGHT_DIFFERENT2
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\macros2.c Line 68:
ambiguous expansion of macro 'TOP_OTHER_REDEF1'
57>
57>CUSTOMBUILD : error : 'note' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\macros_top.h
Line 22 (directive at
E:\llvm\llvm\tools\clang\test\Modules\macros2.c:18): expanding this
definition of 'TOP_OTHER_DEF_RIGHT_UNDEF'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\macros_other.h
Line 6 (directive at
E:\llvm\llvm\tools\clang\test\Modules\macros2.c:19): other definition
of 'TOP_OTHER_DEF_RIGHT_UNDEF'
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\macros_left.h
Line 14 (directive at
E:\llvm\llvm\tools\clang\test\Modules\macros2.c:41): expanding this
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\macros_right.h
Line 12 (directive at
E:\llvm\llvm\tools\clang\test\Modules\macros2.c:42): other
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\macros_left.h
Line 11 (directive at
E:\llvm\llvm\tools\clang\test\Modules\macros2.c:44): expanding this
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\macros_right.h
Line 13 (directive at
E:\llvm\llvm\tools\clang\test\Modules\macros2.c:45): other
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\macros_top.h
Line 19 (directive at
E:\llvm\llvm\tools\clang\test\Modules\macros2.c:69): expanding this
definition
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\macros_other.h
Line 4 (directive at
E:\llvm\llvm\tools\clang\test\Modules\macros2.c:70): other definition
57>
57>  13 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/using-decl.cpp (3565 of 7049)
57>  ******************** TEST 'Clang :: Modules/using-decl.cpp'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\using-decl.cpp.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c++
-fmodules -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\using-decl.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\using-decl.cpp -verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\using-decl.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-x"
"objective-c++" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\using-decl.cpp.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\using-decl.cpp" "-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\using-decl.cpp Line
4: could not build module 'using_decl'
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/wildcard-submodule-exports.cpp (3566 of 7049)
57>  ******************** TEST 'Clang ::
Modules/wildcard-submodule-exports.cpp' FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\wildcard-submodule-exports.cpp.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c++
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\wildcard-submodule-exports.cpp.tmp
-fmodules -I E:\llvm\llvm\tools\clang\test\Modules/Inputs/wildcard-submodule-exports
E:\llvm\llvm\tools\clang\test\Modules\wildcard-submodule-exports.cpp
-verify
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\wildcard-submodule-exports.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-x"
"objective-c++"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\wildcard-submodule-exports.cpp.tmp"
"-fmodules" "-I"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/wildcard-submodule-exports"
"E:\llvm\llvm\tools\clang\test\Modules\wildcard-submodule-exports.cpp"
"-verify"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\wildcard-submodule-exports.cpp
Line 10: use of undeclared identifier 'B1'
57>
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\wildcard-submodule-exports.cpp
Line 5: could not build module 'C'
57>
57>  2 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/template-specialization-visibility.cpp
(3567 of 7049)
57>  ******************** TEST 'Clang ::
Modules/template-specialization-visibility.cpp' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\template-specialization-visibility.cpp.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -verify
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\template-specialization-visibility.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs/template-specialization-visibility
-std=c++11 E:\llvm\llvm\tools\clang\test\Modules\template-specialization-visibility.cpp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -verify
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\template-specialization-visibility.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs/template-specialization-visibility
-std=c++11 -DERR1
E:\llvm\llvm\tools\clang\test\Modules\template-specialization-visibility.cpp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -verify
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\template-specialization-visibility.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs/template-specialization-visibility
-std=c++11 -DERR2
E:\llvm\llvm\tools\clang\test\Modules\template-specialization-visibility.cpp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -verify
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\template-specialization-visibility.cpp.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs/template-specialization-visibility
-std=c++11 -DERR3
E:\llvm\llvm\tools\clang\test\Modules\template-specialization-visibility.cpp
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\template-specialization-visibility.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules"
"-verify" "-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\template-specialization-visibility.cpp.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs/template-specialization-visibility"
"-std=c++11" "E:\llvm\llvm\tools\clang\test\Modules\template-specialization-visibility.cpp"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\template-specialization-visibility.cpp
Line 10: could not build module 'tsv'
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/update-after-load.cpp (3578 of 7049)
57>  ******************** TEST 'Clang ::
Modules/update-after-load.cpp' FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\update-after-load.cpp.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -I
E:\llvm\llvm\tools\clang\test\Modules/Inputs/update-after-load -verify
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\update-after-load.cpp.tmp
E:\llvm\llvm\tools\clang\test\Modules\update-after-load.cpp
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\update-after-load.cpp.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules" "-I"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/update-after-load"
"-verify" "-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\update-after-load.cpp.tmp"
"E:\llvm\llvm\tools\clang\test\Modules\update-after-load.cpp"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\update-after-load.cpp
Line 5: could not build module 'a'
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Modules/macros.c (3581 of 7049)
57>  ******************** TEST 'Clang :: Modules/macros.c' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Modules\Output\macros.c.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -x
objective-c -emit-module
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macros.c.tmp
-fmodule-name=macros_top
E:\llvm\llvm\tools\clang\test\Modules/Inputs/module.map
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -x
objective-c -emit-module
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macros.c.tmp
-fmodule-name=macros_left
E:\llvm\llvm\tools\clang\test\Modules/Inputs/module.map
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -x
objective-c -emit-module
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macros.c.tmp
-fmodule-name=macros_right
E:\llvm\llvm\tools\clang\test\Modules/Inputs/module.map
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -x
objective-c -emit-module
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macros.c.tmp
-fmodule-name=macros
E:\llvm\llvm\tools\clang\test\Modules/Inputs/module.map
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules -x
objective-c -verify
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macros.c.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\macros.c
57>  not E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -E -fmodules -x
objective-c -fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macros.c.tmp
-I E:\llvm\llvm\tools\clang\test\Modules/Inputs
E:\llvm\llvm\tools\clang\test\Modules\macros.c | FileCheck
-check-prefix CHECK-PREPROCESSED
E:\llvm\llvm\tools\clang\test\Modules\macros.c
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Modules\Output\macros.c.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules" "-x"
"objective-c" "-emit-module"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macros.c.tmp"
"-fmodule-name=macros_top"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/module.map"
57>  Command 1 Result: 0
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>  While building module 'macros_top':
57>
57>  In file included from <module-includes>:1:
57>
57>  E:\llvm\llvm\tools\clang\test\Modules/Inputs\macros_top.h:13:9:
warning: 'TOP_RIGHT_REDEF' macro redefined
57>
57>  #define TOP_RIGHT_REDEF int
57>
57>          ^
57>
57>  E:\llvm\llvm\tools\clang\test\Modules/Inputs\macros_top.h:11:9:
note: previous definition is here
57>
57>  #define TOP_RIGHT_REDEF float
57>
57>          ^
57>
57>  1 warning generated.
57>
57>
57>
57>  Command 2: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules" "-x"
"objective-c" "-emit-module"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macros.c.tmp"
"-fmodule-name=macros_left"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/module.map"
57>  Command 2 Result: 0
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>
57>
57>  Command 3: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules" "-x"
"objective-c" "-emit-module"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macros.c.tmp"
"-fmodule-name=macros_right"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/module.map"
57>  Command 3 Result: 0
57>  Command 3 Output:
57>
57>
57>  Command 3 Stderr:
57>
57>
57>  Command 4: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules" "-x"
"objective-c" "-emit-module"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macros.c.tmp"
"-fmodule-name=macros"
"E:\llvm\llvm\tools\clang\test\Modules/Inputs/module.map"
57>  Command 4 Result: 0
57>  Command 4 Output:
57>
57>
57>  Command 4 Stderr:
57>
57>
57>  Command 5: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules" "-x"
"objective-c" "-verify"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Modules\Output\macros.c.tmp"
"-I" "E:\llvm\llvm\tools\clang\test\Modules/Inputs"
"E:\llvm\llvm\tools\clang\test\Modules\macros.c"
57>  Command 5 Result: 1
57>  Command 5 Output:
57>
57>
57>  Command 5 Stderr:
57>CUSTOMBUILD : error : 'error' diagnostics seen but not expected:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\macros.c Line 142:
could not build module 'macros_other'
57>
57>CUSTOMBUILD : error : 'warning' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules\macros.c Line 155:
ambiguous expansion of macro 'TOP_OTHER_REDEF1'
57>
57>CUSTOMBUILD : error : 'note' diagnostics expected but not seen:
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\macros_top.h
Line 19 (directive at
E:\llvm\llvm\tools\clang\test\Modules\macros.c:156): expanding this
definition
57>
57>    File E:\llvm\llvm\tools\clang\test\Modules/Inputs\macros_other.h
Line 4 (directive at
E:\llvm\llvm\tools\clang\test\Modules\macros.c:157): other definition
57>
57>  4 errors generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: PCH/modified-module-dependency.m (3697 of 7049)
57>  ******************** TEST 'Clang ::
PCH/modified-module-dependency.m' FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\PCH\Output\modified-module-dependency.m.tmp-dir
57>  mkdir -p E:\llvm\2013\tools\clang\test\PCH\Output\modified-module-dependency.m.tmp-dir
57>  echo '@import test;' >
E:\llvm\2013\tools\clang\test\PCH\Output\modified-module-dependency.m.tmp-dir/prefix.h
57>  echo 'void foo(void);' >
E:\llvm\2013\tools\clang\test\PCH\Output\modified-module-dependency.m.tmp-dir/test.h
57>  cp E:\llvm\llvm\tools\clang\test\PCH/modified-module-dependency.module.map
E:\llvm\2013\tools\clang\test\PCH\Output\modified-module-dependency.m.tmp-dir/module.map
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c -I
E:\llvm\2013\tools\clang\test\PCH\Output\modified-module-dependency.m.tmp-dir
-fmodules -fmodules-cache-path=E:\llvm\2013\tools\clang\test\PCH\Output\modified-module-dependency.m.tmp-dir/cache
-emit-pch E:\llvm\2013\tools\clang\test\PCH\Output\modified-module-dependency.m.tmp-dir/prefix.h
-o E:\llvm\2013\tools\clang\test\PCH\Output\modified-module-dependency.m.tmp-dir/prefix.pch
57>  echo ' ' >>
E:\llvm\2013\tools\clang\test\PCH\Output\modified-module-dependency.m.tmp-dir/test.h
57>  not E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -x objective-c
-include-pch E:\llvm\2013\tools\clang\test\PCH\Output\modified-module-dependency.m.tmp-dir/prefix.pch
-fmodules -fmodules-cache-path=E:\llvm\2013\tools\clang\test\PCH\Output\modified-module-dependency.m.tmp-dir/cache
-fsyntax-only E:\llvm\llvm\tools\clang\test\PCH\modified-module-dependency.m
2> E:\llvm\2013\tools\clang\test\PCH\Output\modified-module-dependency.m.tmp-dir/log
57>  FileCheck E:\llvm\llvm\tools\clang\test\PCH\modified-module-dependency.m
< E:\llvm\2013\tools\clang\test\PCH\Output\modified-module-dependency.m.tmp-dir/log
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\PCH\Output\modified-module-dependency.m.tmp-dir"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "mkdir" "-p"
"E:\llvm\2013\tools\clang\test\PCH\Output\modified-module-dependency.m.tmp-dir"
57>  Command 1 Result: 0
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>
57>
57>  Command 2: "echo" "@import test;"
57>  Command 2 Result: 0
57>  Command 2 Output:
57>  None
57>
57>  Command 2 Stderr:
57>
57>
57>  Command 3: "echo" "void foo(void);"
57>  Command 3 Result: 0
57>  Command 3 Output:
57>  None
57>
57>  Command 3 Stderr:
57>
57>
57>  Command 4: "cp"
"E:\llvm\llvm\tools\clang\test\PCH/modified-module-dependency.module.map"
"E:\llvm\2013\tools\clang\test\PCH\Output\modified-module-dependency.m.tmp-dir/module.map"
57>  Command 4 Result: 0
57>  Command 4 Output:
57>
57>
57>  Command 4 Stderr:
57>
57>
57>  Command 5: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-x" "objective-c"
"-I" "E:\llvm\2013\tools\clang\test\PCH\Output\modified-module-dependency.m.tmp-dir"
"-fmodules" "-fmodules-cache-path=E:\llvm\2013\tools\clang\test\PCH\Output\modified-module-dependency.m.tmp-dir/cache"
"-emit-pch" "E:\llvm\2013\tools\clang\test\PCH\Output\modified-module-dependency.m.tmp-dir/prefix.h"
"-o" "E:\llvm\2013\tools\clang\test\PCH\Output\modified-module-dependency.m.tmp-dir/prefix.pch"
57>  Command 5 Result: 1
57>  Command 5 Output:
57>
57>
57>  Command 5 Stderr:
57>  E:\llvm\2013\tools\clang\test\PCH\Output\modified-module-dependency.m.tmp-dir/prefix.h:1:9:
fatal error: could not build module 'test'
57>
57>  @import test;
57>
57>   ~~~~~~~^~~~
57>
57>  1 error generated.
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Preprocessor/pp-modules.c (4075 of 7049)
57>  ******************** TEST 'Clang :: Preprocessor/pp-modules.c'
FAILED ********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Preprocessor\Output\pp-modules.c.tmp
57>  E:/llvm/2013/Debug/bin/clang.EXE -cc1 -internal-isystem
E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Preprocessor\Output\pp-modules.c.tmp
-x objective-c E:\llvm\llvm\tools\clang\test\Preprocessor\pp-modules.c
-F E:\llvm\llvm\tools\clang\test\Preprocessor/../Modules/Inputs -E -o
- | FileCheck E:\llvm\llvm\tools\clang\test\Preprocessor\pp-modules.c
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Preprocessor\Output\pp-modules.c.tmp"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "E:/llvm/2013/Debug/bin/clang.EXE" "-cc1"
"-internal-isystem"
"E:\llvm\2013\Debug\bin\..\lib\clang\3.5.0\include" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Preprocessor\Output\pp-modules.c.tmp"
"-x" "objective-c"
"E:\llvm\llvm\tools\clang\test\Preprocessor\pp-modules.c" "-F"
"E:\llvm\llvm\tools\clang\test\Preprocessor/../Modules/Inputs" "-E"
"-o" "-"
57>  Command 1 Result: 1
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Preprocessor\pp-modules.c:7:10:
fatal error: could not build module 'Module'
57>
57>  #include <Module/Module.h>
57>
57>   ~~~~~~~~^
57>
57>  1 error generated.
57>
57>
57>
57>  Command 2: "FileCheck"
"E:\llvm\llvm\tools\clang\test\Preprocessor\pp-modules.c"
57>  Command 2 Result: 1
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Preprocessor\pp-modules.c:6:11:
error: expected string not found in input
57>
57>  // CHECK: @import Module; /* clang -E: implicit import for
"{{.*Headers[/\\]Module.h}}" */
57>
57>            ^
57>
57>  <stdin>:16:1: note: scanning from here
57>
57>  int foo();
57>
57>  ^
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>  FAIL: Clang :: Index/retain-comments-from-system-headers.c (4087 of 7049)
57>  ******************** TEST 'Clang ::
Index/retain-comments-from-system-headers.c' FAILED
********************
57>  Script:
57>  --
57>  rm -rf E:\llvm\2013\tools\clang\test\Index\Output\retain-comments-from-system-headers.c.tmp/cache
57>  c-index-test -test-load-source all
E:\llvm\llvm\tools\clang\test\Index\retain-comments-from-system-headers.c
-I E:\llvm\llvm\tools\clang\test\Index/Inputs | FileCheck
E:\llvm\llvm\tools\clang\test\Index\retain-comments-from-system-headers.c
57>  c-index-test -test-load-source all
E:\llvm\llvm\tools\clang\test\Index\retain-comments-from-system-headers.c
-fretain-comments-from-system-headers -I
E:\llvm\llvm\tools\clang\test\Index/Inputs | FileCheck
E:\llvm\llvm\tools\clang\test\Index\retain-comments-from-system-headers.c
-check-prefix=CHECK-RETAIN
57>  c-index-test -test-load-source all
E:\llvm\llvm\tools\clang\test\Index\retain-comments-from-system-headers.c
-I E:\llvm\llvm\tools\clang\test\Index/Inputs -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\retain-comments-from-system-headers.c.tmp/cache
-fmodule-map-file=E:\llvm\llvm\tools\clang\test\Index/Inputs/retain-comments-from-system-headers-module.map
| FileCheck E:\llvm\llvm\tools\clang\test\Index\retain-comments-from-system-headers.c
-check-prefix=CHECK
57>  c-index-test -test-load-source all
E:\llvm\llvm\tools\clang\test\Index\retain-comments-from-system-headers.c
-fretain-comments-from-system-headers -I
E:\llvm\llvm\tools\clang\test\Index/Inputs -fmodules
-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\retain-comments-from-system-headers.c.tmp/cache
-fmodule-map-file=E:\llvm\llvm\tools\clang\test\Index/Inputs/retain-comments-from-system-headers-module.map
| FileCheck E:\llvm\llvm\tools\clang\test\Index\retain-comments-from-system-headers.c
-check-prefix=CHECK-RETAIN
57>  --
57>  Exit Code: 1
57>
57>  Command Output (stdout):
57>  --
57>  Command 0: "rm" "-rf"
"E:\llvm\2013\tools\clang\test\Index\Output\retain-comments-from-system-headers.c.tmp/cache"
57>  Command 0 Result: 0
57>  Command 0 Output:
57>
57>
57>  Command 0 Stderr:
57>
57>
57>  Command 1: "c-index-test" "-test-load-source" "all"
"E:\llvm\llvm\tools\clang\test\Index\retain-comments-from-system-headers.c"
"-I" "E:\llvm\llvm\tools\clang\test\Index/Inputs"
57>  Command 1 Result: 0
57>  Command 1 Output:
57>
57>
57>  Command 1 Stderr:
57>
57>
57>  Command 2: "FileCheck"
"E:\llvm\llvm\tools\clang\test\Index\retain-comments-from-system-headers.c"
57>  Command 2 Result: 0
57>  Command 2 Output:
57>
57>
57>  Command 2 Stderr:
57>
57>
57>  Command 3: "c-index-test" "-test-load-source" "all"
"E:\llvm\llvm\tools\clang\test\Index\retain-comments-from-system-headers.c"
"-fretain-comments-from-system-headers" "-I"
"E:\llvm\llvm\tools\clang\test\Index/Inputs"
57>  Command 3 Result: 0
57>  Command 3 Output:
57>
57>
57>  Command 3 Stderr:
57>
57>
57>  Command 4: "FileCheck"
"E:\llvm\llvm\tools\clang\test\Index\retain-comments-from-system-headers.c"
"-check-prefix=CHECK-RETAIN"
57>  Command 4 Result: 0
57>  Command 4 Output:
57>
57>
57>  Command 4 Stderr:
57>
57>
57>  Command 5: "c-index-test" "-test-load-source" "all"
"E:\llvm\llvm\tools\clang\test\Index\retain-comments-from-system-headers.c"
"-I" "E:\llvm\llvm\tools\clang\test\Index/Inputs" "-fmodules"
"-fmodules-cache-path=E:\llvm\2013\tools\clang\test\Index\Output\retain-comments-from-system-headers.c.tmp/cache"
"-fmodule-map-file=E:\llvm\llvm\tools\clang\test\Index/Inputs/retain-comments-from-system-headers-module.map"
57>  Command 5 Result: 0
57>  Command 5 Output:
57>
57>
57>  Command 5 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Index\retain-comments-from-system-headers.c:3:10:
fatal error: could not build module
'retain_comments_from_system_headers'
57>
57>  E:\llvm\llvm\tools\clang\test\Index\retain-comments-from-system-headers.c:3:10:{3:2-3:49}:
fatal error: could not build module
'retain_comments_from_system_headers'
57>
57>  Number FIX-ITs = 0
57>
57>
57>
57>  Command 6: "FileCheck"
"E:\llvm\llvm\tools\clang\test\Index\retain-comments-from-system-headers.c"
"-check-prefix=CHECK"
57>  Command 6 Result: 1
57>  Command 6 Output:
57>
57>
57>  Command 6 Stderr:
57>  E:\llvm\llvm\tools\clang\test\Index\retain-comments-from-system-headers.c:19:11:
error: expected string not found in input
57>
57>  // CHECK: retain-comments-from-system-headers.h:7:5:
FunctionDecl=system_function:7:5 Extent=[7:1 - 7:27]
57>
57>            ^
57>
57>  <stdin>:1:1: note: scanning from here
57>
57>  // CHECK: <invalid loc>:2:9: macro definition=__llvm__
57>
57>  ^
57>
57>
57>
57>
57>  --
57>
57>  ********************
57>
57>  Testing Time: 85.74s
57>  ********************
57>  Failing Tests (81):
57>      Clang :: Frontend/rewrite-includes-modules.c
57>      Clang :: Index/annotate-module.m
57>      Clang :: Index/complete-modules.m
57>      Clang :: Index/index-module.m
57>      Clang :: Index/index-pch-with-module.m
57>      Clang :: Index/modules-objc-categories.m
57>      Clang :: Index/pch-depending-on-deleted-module.c
57>      Clang :: Index/pch-with-module.m
57>      Clang :: Index/retain-comments-from-system-headers.c
57>      Clang :: Modules/auto-module-import.m
57>      Clang :: Modules/autolink.m
57>      Clang :: Modules/build-fail-notes.m
57>      Clang :: Modules/builtins.m
57>      Clang :: Modules/compiler_builtins.m
57>      Clang :: Modules/compiler_builtins_arm.m
57>      Clang :: Modules/conflicts.m
57>      Clang :: Modules/cstd.m
57>      Clang :: Modules/cxx-decls.cpp
57>      Clang :: Modules/cxx-inline-namespace.cpp
57>      Clang :: Modules/cxx-linkage-cache.cpp
57>      Clang :: Modules/cxx-many-overloads.cpp
57>      Clang :: Modules/cxx-templates.cpp
57>      Clang :: Modules/cycles.c
57>      Clang :: Modules/decldef.m
57>      Clang :: Modules/decldef.mm
57>      Clang :: Modules/dependency-gen-inferred-map.m
57>      Clang :: Modules/dependency-gen-pch.m
57>      Clang :: Modules/dependency-gen.m
57>      Clang :: Modules/direct-module-import.m
57>      Clang :: Modules/epic-fail.m
57>      Clang :: Modules/extern_c.cpp
57>      Clang :: Modules/fmodules-validate-once-per-build-session.c
57>      Clang :: Modules/global_index.m
57>      Clang :: Modules/header-import.m
57>      Clang :: Modules/ignored_macros.m
57>      Clang :: Modules/import-decl.cpp
57>      Clang :: Modules/incomplete-module.m
57>      Clang :: Modules/inferred-submodules.m
57>      Clang :: Modules/initializer_list.cpp
57>      Clang :: Modules/linkage-merge.cpp
57>      Clang :: Modules/macro-undef-through-pch.m
57>      Clang :: Modules/macros.c
57>      Clang :: Modules/macros2.c
57>      Clang :: Modules/malformed.cpp
57>      Clang :: Modules/method_pool.m
57>      Clang :: Modules/modular_maps.cpp
57>      Clang :: Modules/module_file_info.m
57>      Clang :: Modules/modulemap-locations.m
57>      Clang :: Modules/namespaces.cpp
57>      Clang :: Modules/normal-module-map.cpp
57>      Clang :: Modules/odr.cpp
57>      Clang :: Modules/on-demand-build.m
57>      Clang :: Modules/on-demand-macros.m
57>      Clang :: Modules/pch-used.m
57>      Clang :: Modules/private.cpp
57>      Clang :: Modules/private1.cpp
57>      Clang :: Modules/recursive.c
57>      Clang :: Modules/recursive_visibility.mm
57>      Clang :: Modules/redecl-merge.m
57>      Clang :: Modules/redecl-merge2.m
57>      Clang :: Modules/renamed.m
57>      Clang :: Modules/requires.m
57>      Clang :: Modules/requires.mm
57>      Clang :: Modules/self-import-header/test.m
57>      Clang :: Modules/separate_map_tree.cpp
57>      Clang :: Modules/serialized-diags.m
57>      Clang :: Modules/stddef.m
57>      Clang :: Modules/string_names.cpp
57>      Clang :: Modules/subframework-from-intermediate-path.m
57>      Clang :: Modules/subframeworks.m
57>      Clang :: Modules/submodules-preprocess.cpp
57>      Clang :: Modules/submodules.cpp
57>      Clang :: Modules/submodules.m
57>      Clang :: Modules/system_headers.m
57>      Clang :: Modules/template-specialization-visibility.cpp
57>      Clang :: Modules/templates.mm
57>      Clang :: Modules/update-after-load.cpp
57>      Clang :: Modules/using-decl.cpp
57>      Clang :: Modules/wildcard-submodule-exports.cpp
57>      Clang :: PCH/modified-module-dependency.m
57>      Clang :: Preprocessor/pp-modules.c
57>
57>    Expected Passes    : 6893
57>    Expected Failures  : 24
57>    Unsupported Tests  : 51
57>    Unexpected Failures: 81

~Aaron

On Fri, Mar 21, 2014 at 11:30 AM, Aaron Ballman <aaron at aaronballman.com> wrote:
> On Thu, Mar 20, 2014 at 8:33 PM, Richard Smith
> <richard-llvm at metafoo.co.uk> wrote:
>> Author: rsmith
>> Date: Thu Mar 20 19:33:59 2014
>> New Revision: 204417
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=204417&view=rev
>> Log:
>> PR19215: When writing/reading a PCH that imported a module, store the location
>> at which that PCH imported each visible submodule of the module. Such locations
>> are needed when synthesizing macro directives resulting from the import.
>>
>> Added:
>>     cfe/trunk/test/Modules/Inputs/macro-undef-through-pch/
>>     cfe/trunk/test/Modules/Inputs/macro-undef-through-pch/A.h
>>     cfe/trunk/test/Modules/Inputs/macro-undef-through-pch/foo.h
>>     cfe/trunk/test/Modules/Inputs/macro-undef-through-pch/module.map
>>     cfe/trunk/test/Modules/macro-undef-through-pch.m
>> Modified:
>>     cfe/trunk/include/clang/Serialization/ASTReader.h
>>     cfe/trunk/lib/Serialization/ASTReader.cpp
>>     cfe/trunk/lib/Serialization/ASTWriter.cpp
>>
>> Modified: cfe/trunk/include/clang/Serialization/ASTReader.h
>> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Serialization/ASTReader.h?rev=204417&r1=204416&r2=204417&view=diff
>> ==============================================================================
>> --- cfe/trunk/include/clang/Serialization/ASTReader.h (original)
>> +++ cfe/trunk/include/clang/Serialization/ASTReader.h Thu Mar 20 19:33:59 2014
>> @@ -767,9 +767,14 @@ private:
>>    // \brief A list of late parsed template function data.
>>    SmallVector<uint64_t, 1> LateParsedTemplates;
>>
>> +  struct ImportedSubmodule {
>> +    serialization::SubmoduleID ID;
>> +    SourceLocation ImportLoc;
>> +  };
>> +
>>    /// \brief A list of modules that were imported by precompiled headers or
>>    /// any other non-module AST file.
>> -  SmallVector<serialization::SubmoduleID, 2> ImportedModules;
>> +  SmallVector<ImportedSubmodule, 2> ImportedModules;
>>    //@}
>>
>>    /// \brief The directory that the PCH we are reading is stored in.
>>
>> Modified: cfe/trunk/lib/Serialization/ASTReader.cpp
>> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Serialization/ASTReader.cpp?rev=204417&r1=204416&r2=204417&view=diff
>> ==============================================================================
>> --- cfe/trunk/lib/Serialization/ASTReader.cpp (original)
>> +++ cfe/trunk/lib/Serialization/ASTReader.cpp Thu Mar 20 19:33:59 2014
>> @@ -1811,6 +1811,7 @@ void ASTReader::installImportedMacro(Ide
>>      // Use the location at which the containing module file was first imported
>>      // for now.
>>      ImportLoc = MMI->F->DirectImportLoc;
>> +    assert(ImportLoc.isValid() && "no import location for a visible macro?");
>>    }
>>
>>    llvm::SmallVectorImpl<DefMacroDirective*> *Prev =
>> @@ -3012,9 +3013,11 @@ bool ASTReader::ReadASTBlock(ModuleFile
>>          // If we aren't loading a module (which has its own exports), make
>>          // all of the imported modules visible.
>>          // FIXME: Deal with macros-only imports.
>> -        for (unsigned I = 0, N = Record.size(); I != N; ++I) {
>> -          if (unsigned GlobalID = getGlobalSubmoduleID(F, Record[I]))
>> -            ImportedModules.push_back(GlobalID);
>> +        for (unsigned I = 0, N = Record.size(); I != N; /**/) {
>> +          unsigned GlobalID = getGlobalSubmoduleID(F, Record[I++]);
>> +          SourceLocation Loc = ReadSourceLocation(F, Record, I);
>> +          if (GlobalID)
>> +            ImportedModules.push_back({GlobalID, Loc});
>
> Unfortunately, this construct doesn't work in MSVC 2012. I fixed up
> similar usages in r204471. It does work in MSVC 2013, so eventually we
> can use it instead of explicit constructors.
>
> ~Aaron



More information about the cfe-commits mailing list