commonmarker 0.7.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of commonmarker might be problematic. Click here for more details.

Files changed (102) hide show
  1. checksums.yaml +4 -4
  2. data/ext/commonmarker/cmark/CMakeLists.txt +3 -3
  3. data/ext/commonmarker/cmark/Makefile +2 -3
  4. data/ext/commonmarker/cmark/README.md +1 -1
  5. data/ext/commonmarker/cmark/api_test/main.c +15 -0
  6. data/ext/commonmarker/cmark/appveyor.yml +4 -2
  7. data/ext/commonmarker/cmark/build/CMakeCache.txt +86 -14
  8. data/ext/commonmarker/cmark/build/CMakeFiles/{3.3.2 → 3.5.1}/CMakeCCompiler.cmake +9 -5
  9. data/ext/commonmarker/cmark/build/CMakeFiles/{3.3.2 → 3.5.1}/CMakeCXXCompiler.cmake +9 -5
  10. data/ext/commonmarker/cmark/build/CMakeFiles/{3.3.2/CMakeDetermineCompilerABI_CXX.bin → 3.5.1/CMakeDetermineCompilerABI_C.bin} +0 -0
  11. data/ext/commonmarker/cmark/build/CMakeFiles/{3.3.2/CMakeDetermineCompilerABI_C.bin → 3.5.1/CMakeDetermineCompilerABI_CXX.bin} +0 -0
  12. data/ext/commonmarker/cmark/build/CMakeFiles/{3.3.2 → 3.5.1}/CMakeSystem.cmake +4 -4
  13. data/ext/commonmarker/cmark/build/CMakeFiles/{3.3.2 → 3.5.1}/CompilerIdC/CMakeCCompilerId.c +39 -3
  14. data/ext/commonmarker/cmark/build/CMakeFiles/{3.3.2 → 3.5.1}/CompilerIdC/a.out +0 -0
  15. data/ext/commonmarker/cmark/build/CMakeFiles/{3.3.2 → 3.5.1}/CompilerIdCXX/CMakeCXXCompilerId.cpp +38 -3
  16. data/ext/commonmarker/cmark/build/CMakeFiles/{3.3.2 → 3.5.1}/CompilerIdCXX/a.out +0 -0
  17. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  18. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeError.log +6 -6
  19. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeOutput.log +171 -167
  20. data/ext/commonmarker/cmark/build/CMakeFiles/Makefile.cmake +107 -104
  21. data/ext/commonmarker/cmark/build/CMakeFiles/Makefile2 +42 -42
  22. data/ext/commonmarker/cmark/build/CMakeFiles/TargetDirectories.txt +36 -1
  23. data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.bin +0 -0
  24. data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c +1 -1
  25. data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx +1 -1
  26. data/ext/commonmarker/cmark/build/Makefile +23 -23
  27. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  28. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/DependInfo.cmake +3 -0
  29. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/build.make +13 -13
  30. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/flags.make +7 -3
  31. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/link.txt +1 -1
  32. data/ext/commonmarker/cmark/build/api_test/Makefile +10 -10
  33. data/ext/commonmarker/cmark/build/man/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  34. data/ext/commonmarker/cmark/build/man/Makefile +10 -10
  35. data/ext/commonmarker/cmark/build/src/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  36. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/DependInfo.cmake +3 -0
  37. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/build.make +63 -63
  38. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/flags.make +4 -2
  39. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/DependInfo.cmake +4 -1
  40. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/build.make +83 -83
  41. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/cmake_clean.cmake +1 -1
  42. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/flags.make +4 -2
  43. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/link.txt +1 -1
  44. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/DependInfo.cmake +3 -0
  45. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/blocks.c.o +0 -0
  46. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/buffer.c.o +0 -0
  47. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/build.make +60 -60
  48. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmark.c.o +0 -0
  49. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmark_ctype.c.o +0 -0
  50. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/commonmark.c.o +0 -0
  51. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.internal +1 -1
  52. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.make +1 -1
  53. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/flags.make +4 -2
  54. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_href_e.c.o +0 -0
  55. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_html_e.c.o +0 -0
  56. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_html_u.c.o +0 -0
  57. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/html.c.o +0 -0
  58. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/inlines.c.o +0 -0
  59. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/iterator.c.o +0 -0
  60. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/latex.c.o +0 -0
  61. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/link.txt +1 -1
  62. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/man.c.o +0 -0
  63. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/node.c.o +0 -0
  64. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/references.c.o +0 -0
  65. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/render.c.o +0 -0
  66. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/scanners.c.o +0 -0
  67. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/utf8.c.o +0 -0
  68. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/xml.c.o +0 -0
  69. data/ext/commonmarker/cmark/build/src/Makefile +82 -82
  70. data/ext/commonmarker/cmark/build/src/cmake_install.cmake +2 -2
  71. data/ext/commonmarker/cmark/build/src/cmark_version.h +2 -2
  72. data/ext/commonmarker/cmark/build/src/libcmark.a +0 -0
  73. data/ext/commonmarker/cmark/build/src/libcmark.pc +1 -1
  74. data/ext/commonmarker/cmark/build/testdir/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  75. data/ext/commonmarker/cmark/build/testdir/CTestTestfile.cmake +1 -0
  76. data/ext/commonmarker/cmark/build/testdir/Makefile +10 -10
  77. data/ext/commonmarker/cmark/changelog.txt +72 -0
  78. data/ext/commonmarker/cmark/man/CMakeLists.txt +5 -3
  79. data/ext/commonmarker/cmark/man/man1/cmark.1 +2 -2
  80. data/ext/commonmarker/cmark/man/man3/cmark.3 +10 -10
  81. data/ext/commonmarker/cmark/src/CMakeLists.txt +2 -2
  82. data/ext/commonmarker/cmark/src/blocks.c +407 -245
  83. data/ext/commonmarker/cmark/src/buffer.c +3 -2
  84. data/ext/commonmarker/cmark/src/cmark.h +3 -3
  85. data/ext/commonmarker/cmark/src/commonmark.c +5 -5
  86. data/ext/commonmarker/cmark/src/html.c +3 -3
  87. data/ext/commonmarker/cmark/src/inlines.c +11 -11
  88. data/ext/commonmarker/cmark/src/latex.c +2 -2
  89. data/ext/commonmarker/cmark/src/main.c +2 -1
  90. data/ext/commonmarker/cmark/src/man.c +1 -1
  91. data/ext/commonmarker/cmark/src/node.c +2 -2
  92. data/ext/commonmarker/cmark/src/parser.h +2 -0
  93. data/ext/commonmarker/cmark/src/render.c +2 -2
  94. data/ext/commonmarker/cmark/src/scanners.c +2431 -2620
  95. data/ext/commonmarker/cmark/src/xml.c +3 -2
  96. data/ext/commonmarker/cmark/test/CMakeLists.txt +7 -0
  97. data/ext/commonmarker/cmark/test/regression.txt +34 -0
  98. data/ext/commonmarker/cmark/test/spec.txt +49 -6
  99. data/ext/commonmarker/cmark/test/spec_tests.py +1 -1
  100. data/ext/commonmarker/cmark/tools/appveyor-build.bat +13 -0
  101. data/lib/commonmarker/version.rb +1 -1
  102. metadata +13 -11
@@ -50,7 +50,7 @@
50
50
  # define COMPILER_ID "Embarcadero"
51
51
  # define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
52
52
  # define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
53
- # define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF)
53
+ # define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
54
54
 
55
55
  #elif defined(__BORLANDC__)
56
56
  # define COMPILER_ID "Borland"
@@ -135,7 +135,7 @@
135
135
 
136
136
  #elif defined(_CRAYC)
137
137
  # define COMPILER_ID "Cray"
138
- # define COMPILER_VERSION_MAJOR DEC(_RELEASE)
138
+ # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
139
139
  # define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
140
140
 
141
141
  #elif defined(__TI_COMPILER_VERSION__)
@@ -183,7 +183,9 @@
183
183
  #elif defined(__GNUC__)
184
184
  # define COMPILER_ID "GNU"
185
185
  # define COMPILER_VERSION_MAJOR DEC(__GNUC__)
186
- # define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
186
+ # if defined(__GNUC_MINOR__)
187
+ # define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
188
+ # endif
187
189
  # if defined(__GNUC_PATCHLEVEL__)
188
190
  # define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
189
191
  # endif
@@ -218,6 +220,21 @@
218
220
  #elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC)
219
221
  # define COMPILER_ID "IAR"
220
222
 
223
+ #elif defined(__ARMCC_VERSION)
224
+ # define COMPILER_ID "ARMCC"
225
+ #if __ARMCC_VERSION >= 1000000
226
+ /* __ARMCC_VERSION = VRRPPPP */
227
+ # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
228
+ # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
229
+ # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
230
+ #else
231
+ /* __ARMCC_VERSION = VRPPPP */
232
+ # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
233
+ # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
234
+ # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
235
+ #endif
236
+
237
+
221
238
  #elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
222
239
  # define COMPILER_ID "MIPSpro"
223
240
  # if defined(_SGI_COMPILER_VERSION)
@@ -259,6 +276,10 @@ char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
259
276
  char const* qnxnto = "INFO" ":" "qnxnto[]";
260
277
  #endif
261
278
 
279
+ #if defined(__CRAYXE) || defined(__CRAYXC)
280
+ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
281
+ #endif
282
+
262
283
  #define STRINGIFY_HELPER(X) #X
263
284
  #define STRINGIFY(X) STRINGIFY_HELPER(X)
264
285
 
@@ -477,6 +498,16 @@ char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
477
498
 
478
499
 
479
500
 
501
+ const char* info_language_dialect_default = "INFO" ":" "dialect_default["
502
+ #if __cplusplus >= 201402L
503
+ "14"
504
+ #elif __cplusplus >= 201103L
505
+ "11"
506
+ #else
507
+ "98"
508
+ #endif
509
+ "]";
510
+
480
511
  /*--------------------------------------------------------------------------*/
481
512
 
482
513
  int main(int argc, char* argv[])
@@ -493,6 +524,10 @@ int main(int argc, char* argv[])
493
524
  #ifdef SIMULATE_VERSION_MAJOR
494
525
  require += info_simulate_version[argc];
495
526
  #endif
527
+ #if defined(__CRAYXE) || defined(__CRAYXC)
528
+ require += info_cray[argc];
529
+ #endif
530
+ require += info_language_dialect_default[argc];
496
531
  (void)argv;
497
532
  return require;
498
533
  }
@@ -1,5 +1,5 @@
1
1
  # CMAKE generated file: DO NOT EDIT!
2
- # Generated by "Unix Makefiles" Generator, CMake Version 3.3
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.5
3
3
 
4
4
  # Relative path conversion top directories.
5
5
  set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark")
@@ -1,14 +1,14 @@
1
1
  Performing C SOURCE FILE Test HAVE_FLAG_ADDRESS_SANITIZER failed with the following output:
2
2
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
3
3
 
4
- Run Build Command:"/usr/bin/make" "cmTC_04178/fast"
5
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_04178.dir/build.make CMakeFiles/cmTC_04178.dir/build
6
- Building C object CMakeFiles/cmTC_04178.dir/src.c.o
7
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE_FLAG_ADDRESS_SANITIZER -Werror -faddress-sanitizer -faddress-sanitizer -o CMakeFiles/cmTC_04178.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
4
+ Run Build Command:"/usr/bin/make" "cmTC_6d58e/fast"
5
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6d58e.dir/build.make CMakeFiles/cmTC_6d58e.dir/build
6
+ Building C object CMakeFiles/cmTC_6d58e.dir/src.c.o
7
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE_FLAG_ADDRESS_SANITIZER -Werror -faddress-sanitizer -faddress-sanitizer -o CMakeFiles/cmTC_6d58e.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
8
8
  clang: error: unknown argument: '-faddress-sanitizer'
9
9
  clang: error: unknown argument: '-faddress-sanitizer'
10
- make[1]: *** [CMakeFiles/cmTC_04178.dir/src.c.o] Error 1
11
- make: *** [cmTC_04178/fast] Error 2
10
+ make[1]: *** [CMakeFiles/cmTC_6d58e.dir/src.c.o] Error 1
11
+ make: *** [cmTC_6d58e/fast] Error 2
12
12
 
13
13
  Source file was:
14
14
  int main(void) { return 0; }
@@ -1,4 +1,4 @@
1
- The system is: Darwin - 15.2.0 - x86_64
1
+ The system is: Darwin - 15.4.0 - x86_64
2
2
  Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
3
3
  Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
4
4
  Build flags: -fPIC
@@ -10,7 +10,7 @@ The output was:
10
10
 
11
11
  Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
12
12
 
13
- The C compiler identification is AppleClang, found in "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CompilerIdC/a.out"
13
+ The C compiler identification is AppleClang, found in "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/3.5.1/CompilerIdC/a.out"
14
14
 
15
15
  Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
16
16
  Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
@@ -23,35 +23,36 @@ The output was:
23
23
 
24
24
  Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
25
25
 
26
- The CXX compiler identification is AppleClang, found in "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CompilerIdCXX/a.out"
26
+ The CXX compiler identification is AppleClang, found in "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/3.5.1/CompilerIdCXX/a.out"
27
27
 
28
28
  Determining if the C compiler works passed with the following output:
29
29
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
30
30
 
31
- Run Build Command:"/usr/bin/make" "cmTC_5b06a/fast"
32
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_5b06a.dir/build.make CMakeFiles/cmTC_5b06a.dir/build
33
- Building C object CMakeFiles/cmTC_5b06a.dir/testCCompiler.c.o
34
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_5b06a.dir/testCCompiler.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/testCCompiler.c
35
- Linking C executable cmTC_5b06a
36
- /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5b06a.dir/link.txt --verbose=1
37
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5b06a.dir/testCCompiler.c.o -o cmTC_5b06a
31
+ Run Build Command:"/usr/bin/make" "cmTC_9b019/fast"
32
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_9b019.dir/build.make CMakeFiles/cmTC_9b019.dir/build
33
+ Building C object CMakeFiles/cmTC_9b019.dir/testCCompiler.c.o
34
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_9b019.dir/testCCompiler.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/testCCompiler.c
35
+ Linking C executable cmTC_9b019
36
+ /usr/local/Cellar/cmake/3.5.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9b019.dir/link.txt --verbose=1
37
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9b019.dir/testCCompiler.c.o -o cmTC_9b019
38
38
 
39
39
 
40
40
  Detecting C compiler ABI info compiled with the following output:
41
41
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
42
42
 
43
- Run Build Command:"/usr/bin/make" "cmTC_d064e/fast"
44
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d064e.dir/build.make CMakeFiles/cmTC_d064e.dir/build
45
- Building C object CMakeFiles/cmTC_d064e.dir/CMakeCCompilerABI.c.o
46
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_d064e.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.3.2/share/cmake/Modules/CMakeCCompilerABI.c
47
- Linking C executable cmTC_d064e
48
- /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d064e.dir/link.txt --verbose=1
49
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_d064e.dir/CMakeCCompilerABI.c.o -o cmTC_d064e
50
- Apple LLVM version 7.0.2 (clang-700.1.81)
51
- Target: x86_64-apple-darwin15.2.0
43
+ Run Build Command:"/usr/bin/make" "cmTC_21f06/fast"
44
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_21f06.dir/build.make CMakeFiles/cmTC_21f06.dir/build
45
+ Building C object CMakeFiles/cmTC_21f06.dir/CMakeCCompilerABI.c.o
46
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_21f06.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.5.1/share/cmake/Modules/CMakeCCompilerABI.c
47
+ Linking C executable cmTC_21f06
48
+ /usr/local/Cellar/cmake/3.5.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_21f06.dir/link.txt --verbose=1
49
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_21f06.dir/CMakeCCompilerABI.c.o -o cmTC_21f06
50
+ Apple LLVM version 7.3.0 (clang-703.0.29)
51
+ Target: x86_64-apple-darwin15.4.0
52
52
  Thread model: posix
53
- "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_d064e -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_d064e.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
54
- @(#)PROGRAM:ld PROJECT:ld64-253.9
53
+ InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
54
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_21f06 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_21f06.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a
55
+ @(#)PROGRAM:ld PROJECT:ld64-264.3.101
55
56
  configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
56
57
  Library search paths:
57
58
  /usr/lib
@@ -65,17 +66,18 @@ Parsed C implicit link information from above output:
65
66
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
66
67
  ignore line: [Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp]
67
68
  ignore line: []
68
- ignore line: [Run Build Command:"/usr/bin/make" "cmTC_d064e/fast"]
69
- ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d064e.dir/build.make CMakeFiles/cmTC_d064e.dir/build]
70
- ignore line: [Building C object CMakeFiles/cmTC_d064e.dir/CMakeCCompilerABI.c.o]
71
- ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_d064e.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.3.2/share/cmake/Modules/CMakeCCompilerABI.c]
72
- ignore line: [Linking C executable cmTC_d064e]
73
- ignore line: [/usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d064e.dir/link.txt --verbose=1]
74
- ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_d064e.dir/CMakeCCompilerABI.c.o -o cmTC_d064e ]
75
- ignore line: [Apple LLVM version 7.0.2 (clang-700.1.81)]
76
- ignore line: [Target: x86_64-apple-darwin15.2.0]
69
+ ignore line: [Run Build Command:"/usr/bin/make" "cmTC_21f06/fast"]
70
+ ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_21f06.dir/build.make CMakeFiles/cmTC_21f06.dir/build]
71
+ ignore line: [Building C object CMakeFiles/cmTC_21f06.dir/CMakeCCompilerABI.c.o]
72
+ ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_21f06.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.5.1/share/cmake/Modules/CMakeCCompilerABI.c]
73
+ ignore line: [Linking C executable cmTC_21f06]
74
+ ignore line: [/usr/local/Cellar/cmake/3.5.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_21f06.dir/link.txt --verbose=1]
75
+ ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_21f06.dir/CMakeCCompilerABI.c.o -o cmTC_21f06 ]
76
+ ignore line: [Apple LLVM version 7.3.0 (clang-703.0.29)]
77
+ ignore line: [Target: x86_64-apple-darwin15.4.0]
77
78
  ignore line: [Thread model: posix]
78
- link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_d064e -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_d064e.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a]
79
+ ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
80
+ link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_21f06 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_21f06.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a]
79
81
  arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
80
82
  arg [-demangle] ==> ignore
81
83
  arg [-dynamic] ==> ignore
@@ -84,22 +86,22 @@ Parsed C implicit link information from above output:
84
86
  arg [-macosx_version_min] ==> ignore
85
87
  arg [10.11.0] ==> ignore
86
88
  arg [-o] ==> ignore
87
- arg [cmTC_d064e] ==> ignore
89
+ arg [cmTC_21f06] ==> ignore
88
90
  arg [-search_paths_first] ==> ignore
89
91
  arg [-headerpad_max_install_names] ==> ignore
90
92
  arg [-v] ==> ignore
91
- arg [CMakeFiles/cmTC_d064e.dir/CMakeCCompilerABI.c.o] ==> ignore
93
+ arg [CMakeFiles/cmTC_21f06.dir/CMakeCCompilerABI.c.o] ==> ignore
92
94
  arg [-lSystem] ==> lib [System]
93
- arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a]
95
+ arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a]
94
96
  Library search paths: [;/usr/lib;/usr/local/lib]
95
97
  Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
96
98
  remove lib [System]
97
- collapse lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a]
99
+ collapse lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a]
98
100
  collapse library dir [/usr/lib] ==> [/usr/lib]
99
101
  collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
100
102
  collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks]
101
103
  collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks]
102
- implicit libs: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a]
104
+ implicit libs: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a]
103
105
  implicit dirs: [/usr/lib;/usr/local/lib]
104
106
  implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]
105
107
 
@@ -109,13 +111,13 @@ Parsed C implicit link information from above output:
109
111
  Detecting C [-std=c11] compiler features compiled with the following output:
110
112
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
111
113
 
112
- Run Build Command:"/usr/bin/make" "cmTC_4423a/fast"
113
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4423a.dir/build.make CMakeFiles/cmTC_4423a.dir/build
114
- Building C object CMakeFiles/cmTC_4423a.dir/feature_tests.c.o
115
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c11 -o CMakeFiles/cmTC_4423a.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
116
- Linking C executable cmTC_4423a
117
- /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4423a.dir/link.txt --verbose=1
118
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4423a.dir/feature_tests.c.o -o cmTC_4423a
114
+ Run Build Command:"/usr/bin/make" "cmTC_afcee/fast"
115
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_afcee.dir/build.make CMakeFiles/cmTC_afcee.dir/build
116
+ Building C object CMakeFiles/cmTC_afcee.dir/feature_tests.c.o
117
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c11 -o CMakeFiles/cmTC_afcee.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
118
+ Linking C executable cmTC_afcee
119
+ /usr/local/Cellar/cmake/3.5.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_afcee.dir/link.txt --verbose=1
120
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_afcee.dir/feature_tests.c.o -o cmTC_afcee
119
121
 
120
122
 
121
123
  Feature record: C_FEATURE:1c_function_prototypes
@@ -127,13 +129,13 @@ Linking C executable cmTC_4423a
127
129
  Detecting C [-std=c99] compiler features compiled with the following output:
128
130
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
129
131
 
130
- Run Build Command:"/usr/bin/make" "cmTC_7cfa4/fast"
131
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_7cfa4.dir/build.make CMakeFiles/cmTC_7cfa4.dir/build
132
- Building C object CMakeFiles/cmTC_7cfa4.dir/feature_tests.c.o
133
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c99 -o CMakeFiles/cmTC_7cfa4.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
134
- Linking C executable cmTC_7cfa4
135
- /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7cfa4.dir/link.txt --verbose=1
136
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7cfa4.dir/feature_tests.c.o -o cmTC_7cfa4
132
+ Run Build Command:"/usr/bin/make" "cmTC_95aa1/fast"
133
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_95aa1.dir/build.make CMakeFiles/cmTC_95aa1.dir/build
134
+ Building C object CMakeFiles/cmTC_95aa1.dir/feature_tests.c.o
135
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c99 -o CMakeFiles/cmTC_95aa1.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
136
+ Linking C executable cmTC_95aa1
137
+ /usr/local/Cellar/cmake/3.5.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_95aa1.dir/link.txt --verbose=1
138
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_95aa1.dir/feature_tests.c.o -o cmTC_95aa1
137
139
 
138
140
 
139
141
  Feature record: C_FEATURE:1c_function_prototypes
@@ -145,13 +147,13 @@ Linking C executable cmTC_7cfa4
145
147
  Detecting C [-std=c90] compiler features compiled with the following output:
146
148
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
147
149
 
148
- Run Build Command:"/usr/bin/make" "cmTC_6219d/fast"
149
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6219d.dir/build.make CMakeFiles/cmTC_6219d.dir/build
150
- Building C object CMakeFiles/cmTC_6219d.dir/feature_tests.c.o
151
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c90 -o CMakeFiles/cmTC_6219d.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
152
- Linking C executable cmTC_6219d
153
- /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6219d.dir/link.txt --verbose=1
154
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6219d.dir/feature_tests.c.o -o cmTC_6219d
150
+ Run Build Command:"/usr/bin/make" "cmTC_d34ba/fast"
151
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d34ba.dir/build.make CMakeFiles/cmTC_d34ba.dir/build
152
+ Building C object CMakeFiles/cmTC_d34ba.dir/feature_tests.c.o
153
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c90 -o CMakeFiles/cmTC_d34ba.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
154
+ Linking C executable cmTC_d34ba
155
+ /usr/local/Cellar/cmake/3.5.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d34ba.dir/link.txt --verbose=1
156
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d34ba.dir/feature_tests.c.o -o cmTC_d34ba
155
157
 
156
158
 
157
159
  Feature record: C_FEATURE:1c_function_prototypes
@@ -161,30 +163,31 @@ Linking C executable cmTC_6219d
161
163
  Determining if the CXX compiler works passed with the following output:
162
164
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
163
165
 
164
- Run Build Command:"/usr/bin/make" "cmTC_e3042/fast"
165
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e3042.dir/build.make CMakeFiles/cmTC_e3042.dir/build
166
- Building CXX object CMakeFiles/cmTC_e3042.dir/testCXXCompiler.cxx.o
167
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_e3042.dir/testCXXCompiler.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
168
- Linking CXX executable cmTC_e3042
169
- /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e3042.dir/link.txt --verbose=1
170
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e3042.dir/testCXXCompiler.cxx.o -o cmTC_e3042
166
+ Run Build Command:"/usr/bin/make" "cmTC_eaee6/fast"
167
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_eaee6.dir/build.make CMakeFiles/cmTC_eaee6.dir/build
168
+ Building CXX object CMakeFiles/cmTC_eaee6.dir/testCXXCompiler.cxx.o
169
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_eaee6.dir/testCXXCompiler.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
170
+ Linking CXX executable cmTC_eaee6
171
+ /usr/local/Cellar/cmake/3.5.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eaee6.dir/link.txt --verbose=1
172
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_eaee6.dir/testCXXCompiler.cxx.o -o cmTC_eaee6
171
173
 
172
174
 
173
175
  Detecting CXX compiler ABI info compiled with the following output:
174
176
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
175
177
 
176
- Run Build Command:"/usr/bin/make" "cmTC_0410b/fast"
177
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_0410b.dir/build.make CMakeFiles/cmTC_0410b.dir/build
178
- Building CXX object CMakeFiles/cmTC_0410b.dir/CMakeCXXCompilerABI.cpp.o
179
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_0410b.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.3.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp
180
- Linking CXX executable cmTC_0410b
181
- /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0410b.dir/link.txt --verbose=1
182
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_0410b.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_0410b
183
- Apple LLVM version 7.0.2 (clang-700.1.81)
184
- Target: x86_64-apple-darwin15.2.0
178
+ Run Build Command:"/usr/bin/make" "cmTC_81350/fast"
179
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_81350.dir/build.make CMakeFiles/cmTC_81350.dir/build
180
+ Building CXX object CMakeFiles/cmTC_81350.dir/CMakeCXXCompilerABI.cpp.o
181
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_81350.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.5.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp
182
+ Linking CXX executable cmTC_81350
183
+ /usr/local/Cellar/cmake/3.5.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_81350.dir/link.txt --verbose=1
184
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_81350.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_81350
185
+ Apple LLVM version 7.3.0 (clang-703.0.29)
186
+ Target: x86_64-apple-darwin15.4.0
185
187
  Thread model: posix
186
- "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_0410b -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_0410b.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a
187
- @(#)PROGRAM:ld PROJECT:ld64-253.9
188
+ InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
189
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_81350 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_81350.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a
190
+ @(#)PROGRAM:ld PROJECT:ld64-264.3.101
188
191
  configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
189
192
  Library search paths:
190
193
  /usr/lib
@@ -198,17 +201,18 @@ Parsed CXX implicit link information from above output:
198
201
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
199
202
  ignore line: [Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp]
200
203
  ignore line: []
201
- ignore line: [Run Build Command:"/usr/bin/make" "cmTC_0410b/fast"]
202
- ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_0410b.dir/build.make CMakeFiles/cmTC_0410b.dir/build]
203
- ignore line: [Building CXX object CMakeFiles/cmTC_0410b.dir/CMakeCXXCompilerABI.cpp.o]
204
- ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_0410b.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.3.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
205
- ignore line: [Linking CXX executable cmTC_0410b]
206
- ignore line: [/usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0410b.dir/link.txt --verbose=1]
207
- ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_0410b.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_0410b ]
208
- ignore line: [Apple LLVM version 7.0.2 (clang-700.1.81)]
209
- ignore line: [Target: x86_64-apple-darwin15.2.0]
204
+ ignore line: [Run Build Command:"/usr/bin/make" "cmTC_81350/fast"]
205
+ ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_81350.dir/build.make CMakeFiles/cmTC_81350.dir/build]
206
+ ignore line: [Building CXX object CMakeFiles/cmTC_81350.dir/CMakeCXXCompilerABI.cpp.o]
207
+ ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_81350.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.5.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
208
+ ignore line: [Linking CXX executable cmTC_81350]
209
+ ignore line: [/usr/local/Cellar/cmake/3.5.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_81350.dir/link.txt --verbose=1]
210
+ ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_81350.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_81350 ]
211
+ ignore line: [Apple LLVM version 7.3.0 (clang-703.0.29)]
212
+ ignore line: [Target: x86_64-apple-darwin15.4.0]
210
213
  ignore line: [Thread model: posix]
211
- link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_0410b -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_0410b.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a]
214
+ ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
215
+ link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_81350 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_81350.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a]
212
216
  arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
213
217
  arg [-demangle] ==> ignore
214
218
  arg [-dynamic] ==> ignore
@@ -217,39 +221,39 @@ Parsed CXX implicit link information from above output:
217
221
  arg [-macosx_version_min] ==> ignore
218
222
  arg [10.11.0] ==> ignore
219
223
  arg [-o] ==> ignore
220
- arg [cmTC_0410b] ==> ignore
224
+ arg [cmTC_81350] ==> ignore
221
225
  arg [-search_paths_first] ==> ignore
222
226
  arg [-headerpad_max_install_names] ==> ignore
223
227
  arg [-v] ==> ignore
224
- arg [CMakeFiles/cmTC_0410b.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
228
+ arg [CMakeFiles/cmTC_81350.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
225
229
  arg [-lc++] ==> lib [c++]
226
230
  arg [-lSystem] ==> lib [System]
227
- arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a]
231
+ arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a]
228
232
  Library search paths: [;/usr/lib;/usr/local/lib]
229
233
  Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
230
234
  remove lib [System]
231
- collapse lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a]
235
+ collapse lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a]
232
236
  collapse library dir [/usr/lib] ==> [/usr/lib]
233
237
  collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
234
238
  collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks]
235
239
  collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks]
236
- implicit libs: [c++;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.0.2/lib/darwin/libclang_rt.osx.a]
240
+ implicit libs: [c++;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a]
237
241
  implicit dirs: [/usr/lib;/usr/local/lib]
238
242
  implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]
239
243
 
240
244
 
241
245
 
242
246
 
243
- Detecting CXX [-std=c++1y] compiler features compiled with the following output:
247
+ Detecting CXX [-std=c++14] compiler features compiled with the following output:
244
248
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
245
249
 
246
- Run Build Command:"/usr/bin/make" "cmTC_6ff4a/fast"
247
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6ff4a.dir/build.make CMakeFiles/cmTC_6ff4a.dir/build
248
- Building CXX object CMakeFiles/cmTC_6ff4a.dir/feature_tests.cxx.o
249
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++1y -o CMakeFiles/cmTC_6ff4a.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
250
- Linking CXX executable cmTC_6ff4a
251
- /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6ff4a.dir/link.txt --verbose=1
252
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6ff4a.dir/feature_tests.cxx.o -o cmTC_6ff4a
250
+ Run Build Command:"/usr/bin/make" "cmTC_bfa38/fast"
251
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_bfa38.dir/build.make CMakeFiles/cmTC_bfa38.dir/build
252
+ Building CXX object CMakeFiles/cmTC_bfa38.dir/feature_tests.cxx.o
253
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_bfa38.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
254
+ Linking CXX executable cmTC_bfa38
255
+ /usr/local/Cellar/cmake/3.5.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bfa38.dir/link.txt --verbose=1
256
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bfa38.dir/feature_tests.cxx.o -o cmTC_bfa38
253
257
 
254
258
 
255
259
  Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
@@ -314,13 +318,13 @@ Linking CXX executable cmTC_6ff4a
314
318
  Detecting CXX [-std=c++11] compiler features compiled with the following output:
315
319
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
316
320
 
317
- Run Build Command:"/usr/bin/make" "cmTC_2c09b/fast"
318
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_2c09b.dir/build.make CMakeFiles/cmTC_2c09b.dir/build
319
- Building CXX object CMakeFiles/cmTC_2c09b.dir/feature_tests.cxx.o
320
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_2c09b.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
321
- Linking CXX executable cmTC_2c09b
322
- /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2c09b.dir/link.txt --verbose=1
323
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2c09b.dir/feature_tests.cxx.o -o cmTC_2c09b
321
+ Run Build Command:"/usr/bin/make" "cmTC_1c748/fast"
322
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_1c748.dir/build.make CMakeFiles/cmTC_1c748.dir/build
323
+ Building CXX object CMakeFiles/cmTC_1c748.dir/feature_tests.cxx.o
324
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_1c748.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
325
+ Linking CXX executable cmTC_1c748
326
+ /usr/local/Cellar/cmake/3.5.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1c748.dir/link.txt --verbose=1
327
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1c748.dir/feature_tests.cxx.o -o cmTC_1c748
324
328
 
325
329
 
326
330
  Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
@@ -385,13 +389,13 @@ Linking CXX executable cmTC_2c09b
385
389
  Detecting CXX [-std=c++98] compiler features compiled with the following output:
386
390
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
387
391
 
388
- Run Build Command:"/usr/bin/make" "cmTC_3a81e/fast"
389
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_3a81e.dir/build.make CMakeFiles/cmTC_3a81e.dir/build
390
- Building CXX object CMakeFiles/cmTC_3a81e.dir/feature_tests.cxx.o
391
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_3a81e.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
392
- Linking CXX executable cmTC_3a81e
393
- /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3a81e.dir/link.txt --verbose=1
394
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3a81e.dir/feature_tests.cxx.o -o cmTC_3a81e
392
+ Run Build Command:"/usr/bin/make" "cmTC_79a4b/fast"
393
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_79a4b.dir/build.make CMakeFiles/cmTC_79a4b.dir/build
394
+ Building CXX object CMakeFiles/cmTC_79a4b.dir/feature_tests.cxx.o
395
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_79a4b.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
396
+ Linking CXX executable cmTC_79a4b
397
+ /usr/local/Cellar/cmake/3.5.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_79a4b.dir/link.txt --verbose=1
398
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_79a4b.dir/feature_tests.cxx.o -o cmTC_79a4b
395
399
 
396
400
 
397
401
  Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
@@ -451,52 +455,52 @@ Linking CXX executable cmTC_3a81e
451
455
  Feature record: CXX_FEATURE:0cxx_variable_templates
452
456
  Feature record: CXX_FEATURE:0cxx_variadic_macros
453
457
  Feature record: CXX_FEATURE:0cxx_variadic_templates
454
- Performing C SOURCE FILE Test HAVE_FLAG_SANITIZE_ADDRESS succeded with the following output:
458
+ Performing C SOURCE FILE Test HAVE_FLAG_SANITIZE_ADDRESS succeeded with the following output:
455
459
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
456
460
 
457
- Run Build Command:"/usr/bin/make" "cmTC_94be9/fast"
458
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_94be9.dir/build.make CMakeFiles/cmTC_94be9.dir/build
459
- Building C object CMakeFiles/cmTC_94be9.dir/src.c.o
460
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE_FLAG_SANITIZE_ADDRESS -Werror -fsanitize=address -fsanitize=address -o CMakeFiles/cmTC_94be9.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
461
- Linking C executable cmTC_94be9
462
- /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94be9.dir/link.txt --verbose=1
463
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE_FLAG_SANITIZE_ADDRESS -Werror -fsanitize=address -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_94be9.dir/src.c.o -o cmTC_94be9
461
+ Run Build Command:"/usr/bin/make" "cmTC_2c03e/fast"
462
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_2c03e.dir/build.make CMakeFiles/cmTC_2c03e.dir/build
463
+ Building C object CMakeFiles/cmTC_2c03e.dir/src.c.o
464
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE_FLAG_SANITIZE_ADDRESS -Werror -fsanitize=address -fsanitize=address -o CMakeFiles/cmTC_2c03e.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
465
+ Linking C executable cmTC_2c03e
466
+ /usr/local/Cellar/cmake/3.5.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2c03e.dir/link.txt --verbose=1
467
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE_FLAG_SANITIZE_ADDRESS -Werror -fsanitize=address -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2c03e.dir/src.c.o -o cmTC_2c03e
464
468
 
465
469
  Source file was:
466
470
  int main(void) { return 0; }
467
- Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_VISIBILITY succeded with the following output:
471
+ Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_VISIBILITY succeeded with the following output:
468
472
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
469
473
 
470
- Run Build Command:"/usr/bin/make" "cmTC_e2784/fast"
471
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e2784.dir/build.make CMakeFiles/cmTC_e2784.dir/build
472
- Building CXX object CMakeFiles/cmTC_e2784.dir/src.cxx.o
473
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_VISIBILITY -fvisibility=hidden -o CMakeFiles/cmTC_e2784.dir/src.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
474
- Linking CXX executable cmTC_e2784
475
- /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e2784.dir/link.txt --verbose=1
476
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_VISIBILITY -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e2784.dir/src.cxx.o -o cmTC_e2784
474
+ Run Build Command:"/usr/bin/make" "cmTC_db70a/fast"
475
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_db70a.dir/build.make CMakeFiles/cmTC_db70a.dir/build
476
+ Building CXX object CMakeFiles/cmTC_db70a.dir/src.cxx.o
477
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_VISIBILITY -fvisibility=hidden -o CMakeFiles/cmTC_db70a.dir/src.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
478
+ Linking CXX executable cmTC_db70a
479
+ /usr/local/Cellar/cmake/3.5.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_db70a.dir/link.txt --verbose=1
480
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_VISIBILITY -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_db70a.dir/src.cxx.o -o cmTC_db70a
477
481
 
478
482
  Source file was:
479
483
  int main() { return 0; }
480
- Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY succeded with the following output:
484
+ Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY succeeded with the following output:
481
485
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
482
486
 
483
- Run Build Command:"/usr/bin/make" "cmTC_da4f8/fast"
484
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_da4f8.dir/build.make CMakeFiles/cmTC_da4f8.dir/build
485
- Building CXX object CMakeFiles/cmTC_da4f8.dir/src.cxx.o
486
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY -fvisibility-inlines-hidden -o CMakeFiles/cmTC_da4f8.dir/src.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
487
- Linking CXX executable cmTC_da4f8
488
- /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_da4f8.dir/link.txt --verbose=1
489
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_da4f8.dir/src.cxx.o -o cmTC_da4f8
487
+ Run Build Command:"/usr/bin/make" "cmTC_fd023/fast"
488
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_fd023.dir/build.make CMakeFiles/cmTC_fd023.dir/build
489
+ Building CXX object CMakeFiles/cmTC_fd023.dir/src.cxx.o
490
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY -fvisibility-inlines-hidden -o CMakeFiles/cmTC_fd023.dir/src.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
491
+ Linking CXX executable cmTC_fd023
492
+ /usr/local/Cellar/cmake/3.5.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fd023.dir/link.txt --verbose=1
493
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fd023.dir/src.cxx.o -o cmTC_fd023
490
494
 
491
495
  Source file was:
492
496
  int main() { return 0; }
493
- Performing C++ SOURCE FILE Test COMPILER_HAS_DEPRECATED_ATTR succeded with the following output:
497
+ Performing C++ SOURCE FILE Test COMPILER_HAS_DEPRECATED_ATTR succeeded with the following output:
494
498
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
495
499
 
496
- Run Build Command:"/usr/bin/make" "cmTC_2f02a/fast"
497
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_2f02a.dir/build.make CMakeFiles/cmTC_2f02a.dir/build
498
- Building CXX object CMakeFiles/cmTC_2f02a.dir/src.cxx.o
499
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -o CMakeFiles/cmTC_2f02a.dir/src.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
500
+ Run Build Command:"/usr/bin/make" "cmTC_cceec/fast"
501
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_cceec.dir/build.make CMakeFiles/cmTC_cceec.dir/build
502
+ Building CXX object CMakeFiles/cmTC_cceec.dir/src.cxx.o
503
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -o CMakeFiles/cmTC_cceec.dir/src.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
500
504
  /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx:2:25: warning: 'somefunc' is deprecated [-Wdeprecated-declarations]
501
505
  int main() { return somefunc();}
502
506
  ^
@@ -504,9 +508,9 @@ Building CXX object CMakeFiles/cmTC_2f02a.dir/src.cxx.o
504
508
  __attribute__((__deprecated__)) int somefunc() { return 0; }
505
509
  ^
506
510
  1 warning generated.
507
- Linking CXX executable cmTC_2f02a
508
- /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2f02a.dir/link.txt --verbose=1
509
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2f02a.dir/src.cxx.o -o cmTC_2f02a
511
+ Linking CXX executable cmTC_cceec
512
+ /usr/local/Cellar/cmake/3.5.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cceec.dir/link.txt --verbose=1
513
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cceec.dir/src.cxx.o -o cmTC_cceec
510
514
 
511
515
  Source file was:
512
516
  __attribute__((__deprecated__)) int somefunc() { return 0; }
@@ -514,42 +518,42 @@ __attribute__((__deprecated__)) int somefunc() { return 0; }
514
518
  Determining if the include file stdbool.h exists passed with the following output:
515
519
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
516
520
 
517
- Run Build Command:"/usr/bin/make" "cmTC_b5ee4/fast"
518
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b5ee4.dir/build.make CMakeFiles/cmTC_b5ee4.dir/build
519
- Building C object CMakeFiles/cmTC_b5ee4.dir/CheckIncludeFile.c.o
520
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -o CMakeFiles/cmTC_b5ee4.dir/CheckIncludeFile.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
521
- Linking C executable cmTC_b5ee4
522
- /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b5ee4.dir/link.txt --verbose=1
523
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b5ee4.dir/CheckIncludeFile.c.o -o cmTC_b5ee4
521
+ Run Build Command:"/usr/bin/make" "cmTC_c404c/fast"
522
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c404c.dir/build.make CMakeFiles/cmTC_c404c.dir/build
523
+ Building C object CMakeFiles/cmTC_c404c.dir/CheckIncludeFile.c.o
524
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -o CMakeFiles/cmTC_c404c.dir/CheckIncludeFile.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
525
+ Linking C executable cmTC_c404c
526
+ /usr/local/Cellar/cmake/3.5.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c404c.dir/link.txt --verbose=1
527
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c404c.dir/CheckIncludeFile.c.o -o cmTC_c404c
524
528
 
525
529
 
526
- Performing C SOURCE FILE Test HAVE___BUILTIN_EXPECT succeded with the following output:
530
+ Performing C SOURCE FILE Test HAVE___BUILTIN_EXPECT succeeded with the following output:
527
531
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
528
532
 
529
- Run Build Command:"/usr/bin/make" "cmTC_d2c4d/fast"
530
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d2c4d.dir/build.make CMakeFiles/cmTC_d2c4d.dir/build
531
- Building C object CMakeFiles/cmTC_d2c4d.dir/src.c.o
532
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___BUILTIN_EXPECT -o CMakeFiles/cmTC_d2c4d.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
533
+ Run Build Command:"/usr/bin/make" "cmTC_dc8c9/fast"
534
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_dc8c9.dir/build.make CMakeFiles/cmTC_dc8c9.dir/build
535
+ Building C object CMakeFiles/cmTC_dc8c9.dir/src.c.o
536
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___BUILTIN_EXPECT -o CMakeFiles/cmTC_dc8c9.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
533
537
  /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c:1:14: warning: ignoring return value of function declared with const attribute [-Wunused-value]
534
538
  int main() { __builtin_expect(0,0); return 0; }
535
539
  ^~~~~~~~~~~~~~~~ ~~~
536
540
  1 warning generated.
537
- Linking C executable cmTC_d2c4d
538
- /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d2c4d.dir/link.txt --verbose=1
539
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___BUILTIN_EXPECT -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d2c4d.dir/src.c.o -o cmTC_d2c4d
541
+ Linking C executable cmTC_dc8c9
542
+ /usr/local/Cellar/cmake/3.5.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dc8c9.dir/link.txt --verbose=1
543
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___BUILTIN_EXPECT -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_dc8c9.dir/src.c.o -o cmTC_dc8c9
540
544
 
541
545
  Source file was:
542
546
  int main() { __builtin_expect(0,0); return 0; }
543
- Performing C SOURCE FILE Test HAVE___ATTRIBUTE__ succeded with the following output:
547
+ Performing C SOURCE FILE Test HAVE___ATTRIBUTE__ succeeded with the following output:
544
548
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
545
549
 
546
- Run Build Command:"/usr/bin/make" "cmTC_3f1a5/fast"
547
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_3f1a5.dir/build.make CMakeFiles/cmTC_3f1a5.dir/build
548
- Building C object CMakeFiles/cmTC_3f1a5.dir/src.c.o
549
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___ATTRIBUTE__ -o CMakeFiles/cmTC_3f1a5.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
550
- Linking C executable cmTC_3f1a5
551
- /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3f1a5.dir/link.txt --verbose=1
552
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___ATTRIBUTE__ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3f1a5.dir/src.c.o -o cmTC_3f1a5
550
+ Run Build Command:"/usr/bin/make" "cmTC_da77a/fast"
551
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_da77a.dir/build.make CMakeFiles/cmTC_da77a.dir/build
552
+ Building C object CMakeFiles/cmTC_da77a.dir/src.c.o
553
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___ATTRIBUTE__ -o CMakeFiles/cmTC_da77a.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
554
+ Linking C executable cmTC_da77a
555
+ /usr/local/Cellar/cmake/3.5.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_da77a.dir/link.txt --verbose=1
556
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___ATTRIBUTE__ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_da77a.dir/src.c.o -o cmTC_da77a
553
557
 
554
558
  Source file was:
555
559