commonmarker 0.12.0 → 0.13.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 (119) hide show
  1. checksums.yaml +4 -4
  2. data/ext/commonmarker/cmark/CMakeLists.txt +1 -1
  3. data/ext/commonmarker/cmark/Makefile +2 -1
  4. data/ext/commonmarker/cmark/build/CMakeCache.txt +9 -12
  5. data/ext/commonmarker/cmark/build/CMakeFiles/{3.6.1 → 3.6.3}/CMakeCCompiler.cmake +2 -2
  6. data/ext/commonmarker/cmark/build/CMakeFiles/{3.6.1 → 3.6.3}/CMakeCXXCompiler.cmake +4 -4
  7. data/ext/commonmarker/cmark/build/CMakeFiles/{3.6.1 → 3.6.3}/CMakeDetermineCompilerABI_C.bin +0 -0
  8. data/ext/commonmarker/cmark/build/CMakeFiles/{3.6.1 → 3.6.3}/CMakeDetermineCompilerABI_CXX.bin +0 -0
  9. data/ext/commonmarker/cmark/build/CMakeFiles/{3.6.1 → 3.6.3}/CMakeSystem.cmake +4 -4
  10. data/ext/commonmarker/cmark/build/CMakeFiles/{3.6.1 → 3.6.3}/CompilerIdC/CMakeCCompilerId.c +0 -0
  11. data/ext/commonmarker/cmark/build/CMakeFiles/{3.6.1 → 3.6.3}/CompilerIdC/a.out +0 -0
  12. data/ext/commonmarker/cmark/build/CMakeFiles/{3.6.1 → 3.6.3}/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -0
  13. data/ext/commonmarker/cmark/build/CMakeFiles/{3.6.1 → 3.6.3}/CompilerIdCXX/a.out +0 -0
  14. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeError.log +6 -6
  15. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeOutput.log +164 -164
  16. data/ext/commonmarker/cmark/build/CMakeFiles/Makefile.cmake +109 -41
  17. data/ext/commonmarker/cmark/build/CMakeFiles/Makefile2 +10 -66
  18. data/ext/commonmarker/cmark/build/CMakeFiles/TargetDirectories.txt +0 -8
  19. data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.bin +0 -0
  20. data/ext/commonmarker/cmark/build/CMakeFiles/progress.marks +1 -1
  21. data/ext/commonmarker/cmark/build/CTestTestfile.cmake +0 -1
  22. data/ext/commonmarker/cmark/build/Makefile +9 -23
  23. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/build.make +3 -3
  24. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/link.txt +1 -1
  25. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/progress.marks +1 -1
  26. data/ext/commonmarker/cmark/build/api_test/Makefile +9 -9
  27. data/ext/commonmarker/cmark/build/cmake_install.cmake +0 -1
  28. data/ext/commonmarker/cmark/build/man/Makefile +9 -9
  29. data/ext/commonmarker/cmark/build/src/CMakeFiles/Export/lib/cmake/cmark-release.cmake +3 -3
  30. data/ext/commonmarker/cmark/build/src/CMakeFiles/Export/lib/cmake/cmark.cmake +1 -1
  31. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/DependInfo.cmake +19 -7
  32. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/build.make +517 -6
  33. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/cmake_clean.cmake +19 -0
  34. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/flags.make +2 -2
  35. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/link.txt +1 -1
  36. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/progress.make +19 -0
  37. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/DependInfo.cmake +1 -10
  38. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/build.make +27 -135
  39. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/cmake_clean.cmake +1 -5
  40. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/flags.make +2 -2
  41. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/link.txt +1 -1
  42. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/progress.make +20 -24
  43. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/C.includecache +6 -140
  44. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/DependInfo.cmake +0 -9
  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 +4 -112
  48. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmake_clean.cmake +0 -4
  49. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmark.c.o +0 -0
  50. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmark_ctype.c.o +0 -0
  51. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/commonmark.c.o +0 -0
  52. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.internal +0 -74
  53. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.make +0 -74
  54. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/flags.make +2 -2
  55. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_href_e.c.o +0 -0
  56. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_html_e.c.o +0 -0
  57. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_html_u.c.o +0 -0
  58. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/html.c.o +0 -0
  59. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/inlines.c.o +0 -0
  60. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/iterator.c.o +0 -0
  61. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/latex.c.o +0 -0
  62. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/link.txt +1 -1
  63. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/man.c.o +0 -0
  64. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/node.c.o +0 -0
  65. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/progress.make +20 -24
  66. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/references.c.o +0 -0
  67. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/render.c.o +0 -0
  68. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/scanners.c.o +0 -0
  69. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/utf8.c.o +0 -0
  70. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/xml.c.o +0 -0
  71. data/ext/commonmarker/cmark/build/src/CMakeFiles/progress.marks +1 -1
  72. data/ext/commonmarker/cmark/build/src/Makefile +66 -141
  73. data/ext/commonmarker/cmark/build/src/cmake_install.cmake +2 -6
  74. data/ext/commonmarker/cmark/build/src/cmark_version.h +2 -2
  75. data/ext/commonmarker/cmark/build/src/libcmark.a +0 -0
  76. data/ext/commonmarker/cmark/build/src/libcmark.pc +1 -1
  77. data/ext/commonmarker/cmark/build/testdir/CTestTestfile.cmake +2 -3
  78. data/ext/commonmarker/cmark/build/testdir/Makefile +9 -9
  79. data/ext/commonmarker/cmark/changelog.txt +37 -0
  80. data/ext/commonmarker/cmark/man/man3/cmark.3 +1 -1
  81. data/ext/commonmarker/cmark/src/CMakeLists.txt +5 -1
  82. data/ext/commonmarker/cmark/src/entities.inc +1 -1
  83. data/ext/commonmarker/cmark/src/houdini_html_u.c +1 -1
  84. data/ext/commonmarker/cmark/src/inlines.c +2 -3
  85. data/ext/commonmarker/cmark/src/latex.c +1 -1
  86. data/ext/commonmarker/cmark/test/CMakeLists.txt +4 -0
  87. data/ext/commonmarker/cmark/test/entity_tests.py +68 -0
  88. data/ext/commonmarker/cmark/test/spec.txt +501 -8842
  89. data/ext/commonmarker/cmark/tools/make_entities_inc.py +1 -1
  90. data/ext/commonmarker/commonmarker.c +8 -1
  91. data/ext/commonmarker/commonmarker.h +1 -0
  92. data/lib/commonmarker/version.rb +1 -1
  93. data/test/test_encoding.rb +7 -0
  94. metadata +12 -36
  95. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  96. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/C.includecache +0 -190
  97. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/DependInfo.cmake +0 -29
  98. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/autolink.c.o +0 -0
  99. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/build.make +0 -249
  100. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/cmake_clean.cmake +0 -15
  101. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/cmake_clean_target.cmake +0 -3
  102. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/core-extensions.c.o +0 -0
  103. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/depend.internal +0 -92
  104. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/depend.make +0 -92
  105. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/ext_scanners.c.o +0 -0
  106. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/flags.make +0 -10
  107. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/link.txt +0 -2
  108. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/progress.make +0 -8
  109. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/strikethrough.c.o +0 -0
  110. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/table.c.o +0 -0
  111. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/whitelist.c.o +0 -0
  112. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/progress.marks +0 -1
  113. data/ext/commonmarker/cmark/build/extensions/Makefile +0 -390
  114. data/ext/commonmarker/cmark/build/extensions/cmake_install.cmake +0 -29
  115. data/ext/commonmarker/cmark/build/extensions/libcmarkextensions.a +0 -0
  116. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/linked_list.c.o +0 -0
  117. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/plugin.c.o +0 -0
  118. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/registry.c.o +0 -0
  119. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/syntax_extension.c.o +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d4f9d6614fbd73bd574c7b47ffd689416d0fbe38
4
- data.tar.gz: 2cb9be5683f8ebf6425e8c19dabdfe80a9506472
3
+ metadata.gz: 58125e4ccc2d95f7d6afdcb58a746d78b9ed8ace
4
+ data.tar.gz: 1b8deabf0d9186520aba31038ab635a474560c18
5
5
  SHA512:
6
- metadata.gz: 2e98ce7ab9f59c2203a3a7eb29db4afe8bbc1d8e8f1864c39d8b1290d0a334ba59a30a3b322e6263bcde04f9fa5b97c4b2155a07ec6bce7ad16275e8fed52c06
7
- data.tar.gz: 05d620a730e57173f39c4d68e90710ad0dbc737f57bd7e0b1cd90dc10ed9b4ef97999dc1c0730a61d1d0dd2bca1ce019e356e86addb606c6534155877afcd718
6
+ metadata.gz: 7cd29c3d5fc181c179e297e1c367d3af9f37d0f6b32053903c990997e19b0625eb3f695715d915ed2f2d70ed7a1082b5fa96ec34eb286c908d13cbca8fca33ef
7
+ data.tar.gz: c6ffee88c1be94c7646b181b16448f4de96e7e85a614caad2e89e8e2396c45e9d864489dfb7dcd277cdc5250587441c72123ac329a01ac007bb6019af1696052
@@ -17,7 +17,7 @@ endif()
17
17
  set(PROJECT_NAME "cmark")
18
18
 
19
19
  set(PROJECT_VERSION_MAJOR 0)
20
- set(PROJECT_VERSION_MINOR 26)
20
+ set(PROJECT_VERSION_MINOR 27)
21
21
  set(PROJECT_VERSION_PATCH 1)
22
22
  set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH} )
23
23
 
@@ -19,6 +19,7 @@ RELEASE?=CommonMark-$(VERSION)
19
19
  INSTALL_PREFIX?=/usr/local
20
20
  CLANG_CHECK?=clang-check
21
21
  CLANG_FORMAT=clang-format -style llvm -sort-includes=0 -i
22
+ AFL_PATH?=/usr/local/bin
22
23
 
23
24
  .PHONY: all cmake_build leakcheck clean fuzztest test debug ubsan asan mingw archive bench format update-spec afl clang-check
24
25
 
@@ -70,7 +71,7 @@ prof:
70
71
  afl:
71
72
  @[ -n "$(AFL_PATH)" ] || { echo '$$AFL_PATH not set'; false; }
72
73
  mkdir -p $(BUILDDIR)
73
- cd $(BUILDDIR) && cmake .. -DCMAKE_C_COMPILER=$(AFL_PATH)/afl-gcc
74
+ cd $(BUILDDIR) && cmake .. -DCMAKE_C_COMPILER=$(AFL_PATH)/afl-clang
74
75
  $(MAKE)
75
76
  $(AFL_PATH)/afl-fuzz \
76
77
  -i test/afl_test_cases \
@@ -1,6 +1,6 @@
1
1
  # This is the CMakeCache file.
2
2
  # For build in directory: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build
3
- # It was generated by CMake: /usr/local/Cellar/cmake/3.6.1/bin/cmake
3
+ # It was generated by CMake: /usr/local/Cellar/cmake/3.6.3/bin/cmake
4
4
  # You can edit this file to change values found and used by cmake.
5
5
  # If you do not want to change any of the values, simply exit the editor.
6
6
  # If you do want to change a value, simply edit, save, and exit the editor.
@@ -168,7 +168,7 @@ CMAKE_NM:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDef
168
168
  CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND
169
169
 
170
170
  //Path to a program.
171
- CMAKE_OBJDUMP:FILEPATH=CMAKE_OBJDUMP-NOTFOUND
171
+ CMAKE_OBJDUMP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump
172
172
 
173
173
  //Build architectures for OSX
174
174
  CMAKE_OSX_ARCHITECTURES:STRING=
@@ -260,9 +260,6 @@ libcmark_LIB_DEPENDS:STATIC=
260
260
  //Dependencies for target
261
261
  libcmark_static_LIB_DEPENDS:STATIC=
262
262
 
263
- //Dependencies for target
264
- libcmarkextensions_static_LIB_DEPENDS:STATIC=
265
-
266
263
 
267
264
  ########################
268
265
  # INTERNAL cache entries
@@ -277,15 +274,15 @@ CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
277
274
  //Minor version of cmake used to create the current loaded cache
278
275
  CMAKE_CACHE_MINOR_VERSION:INTERNAL=6
279
276
  //Patch version of cmake used to create the current loaded cache
280
- CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
277
+ CMAKE_CACHE_PATCH_VERSION:INTERNAL=3
281
278
  //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
282
279
  CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
283
280
  //Path to CMake executable.
284
- CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.6.1/bin/cmake
281
+ CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.6.3/bin/cmake
285
282
  //Path to cpack program executable.
286
- CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.6.1/bin/cpack
283
+ CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.6.3/bin/cpack
287
284
  //Path to ctest program executable.
288
- CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.6.1/bin/ctest
285
+ CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.6.3/bin/ctest
289
286
  //ADVANCED property for variable: CMAKE_CXX_COMPILER
290
287
  CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
291
288
  //ADVANCED property for variable: CMAKE_CXX_FLAGS
@@ -315,7 +312,7 @@ CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
315
312
  //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
316
313
  CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
317
314
  //Path to cache edit program executable.
318
- CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.6.1/bin/ccmake
315
+ CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.6.3/bin/ccmake
319
316
  //Executable file format
320
317
  CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
321
318
  //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
@@ -392,7 +389,7 @@ CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
392
389
  //ADVANCED property for variable: CMAKE_NM
393
390
  CMAKE_NM-ADVANCED:INTERNAL=1
394
391
  //number of local generators
395
- CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=6
392
+ CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=5
396
393
  //ADVANCED property for variable: CMAKE_OBJCOPY
397
394
  CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
398
395
  //ADVANCED property for variable: CMAKE_OBJDUMP
@@ -400,7 +397,7 @@ CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
400
397
  //ADVANCED property for variable: CMAKE_RANLIB
401
398
  CMAKE_RANLIB-ADVANCED:INTERNAL=1
402
399
  //Path to CMake installation.
403
- CMAKE_ROOT:INTERNAL=/usr/local/Cellar/cmake/3.6.1/share/cmake
400
+ CMAKE_ROOT:INTERNAL=/usr/local/Cellar/cmake/3.6.3/share/cmake
404
401
  //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
405
402
  CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
406
403
  //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_ASAN
@@ -1,7 +1,7 @@
1
1
  set(CMAKE_C_COMPILER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc")
2
2
  set(CMAKE_C_COMPILER_ARG1 "")
3
3
  set(CMAKE_C_COMPILER_ID "AppleClang")
4
- set(CMAKE_C_COMPILER_VERSION "7.3.0.7030029")
4
+ set(CMAKE_C_COMPILER_VERSION "8.0.0.8000042")
5
5
  set(CMAKE_C_COMPILER_WRAPPER "")
6
6
  set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11")
7
7
  set(CMAKE_C_COMPILE_FEATURES "c_function_prototypes;c_restrict;c_variadic_macros;c_static_assert")
@@ -62,6 +62,6 @@ endif()
62
62
 
63
63
 
64
64
 
65
- set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a")
65
+ set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a")
66
66
  set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib;/usr/local/lib")
67
67
  set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Library/Frameworks;/System/Library/Frameworks")
@@ -1,12 +1,12 @@
1
1
  set(CMAKE_CXX_COMPILER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++")
2
2
  set(CMAKE_CXX_COMPILER_ARG1 "")
3
3
  set(CMAKE_CXX_COMPILER_ID "AppleClang")
4
- set(CMAKE_CXX_COMPILER_VERSION "7.3.0.7030029")
4
+ set(CMAKE_CXX_COMPILER_VERSION "8.0.0.8000042")
5
5
  set(CMAKE_CXX_COMPILER_WRAPPER "")
6
6
  set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98")
7
- set(CMAKE_CXX_COMPILE_FEATURES "cxx_template_template_parameters;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
7
+ set(CMAKE_CXX_COMPILE_FEATURES "cxx_template_template_parameters;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
8
8
  set(CMAKE_CXX98_COMPILE_FEATURES "cxx_template_template_parameters")
9
- set(CMAKE_CXX11_COMPILE_FEATURES "cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
9
+ set(CMAKE_CXX11_COMPILE_FEATURES "cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
10
10
  set(CMAKE_CXX14_COMPILE_FEATURES "cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
11
11
 
12
12
  set(CMAKE_CXX_PLATFORM_ID "Darwin")
@@ -63,6 +63,6 @@ endif()
63
63
 
64
64
 
65
65
 
66
- set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "c++;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a")
66
+ set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "c++;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a")
67
67
  set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib;/usr/local/lib")
68
68
  set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Library/Frameworks;/System/Library/Frameworks")
@@ -1,13 +1,13 @@
1
- set(CMAKE_HOST_SYSTEM "Darwin-15.6.0")
1
+ set(CMAKE_HOST_SYSTEM "Darwin-16.1.0")
2
2
  set(CMAKE_HOST_SYSTEM_NAME "Darwin")
3
- set(CMAKE_HOST_SYSTEM_VERSION "15.6.0")
3
+ set(CMAKE_HOST_SYSTEM_VERSION "16.1.0")
4
4
  set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5
5
 
6
6
 
7
7
 
8
- set(CMAKE_SYSTEM "Darwin-15.6.0")
8
+ set(CMAKE_SYSTEM "Darwin-16.1.0")
9
9
  set(CMAKE_SYSTEM_NAME "Darwin")
10
- set(CMAKE_SYSTEM_VERSION "15.6.0")
10
+ set(CMAKE_SYSTEM_VERSION "16.1.0")
11
11
  set(CMAKE_SYSTEM_PROCESSOR "x86_64")
12
12
 
13
13
  set(CMAKE_CROSSCOMPILING "FALSE")
@@ -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_4f28b/fast"
5
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4f28b.dir/build.make CMakeFiles/cmTC_4f28b.dir/build
6
- Building C object CMakeFiles/cmTC_4f28b.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_4f28b.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_03a19/fast"
5
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_03a19.dir/build.make CMakeFiles/cmTC_03a19.dir/build
6
+ Building C object CMakeFiles/cmTC_03a19.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_03a19.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_4f28b.dir/src.c.o] Error 1
11
- make: *** [cmTC_4f28b/fast] Error 2
10
+ make[1]: *** [CMakeFiles/cmTC_03a19.dir/src.c.o] Error 1
11
+ make: *** [cmTC_03a19/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.6.0 - x86_64
1
+ The system is: Darwin - 16.1.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.6.1/CompilerIdC/a.out"
13
+ The C compiler identification is AppleClang, found in "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/3.6.3/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,36 +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.6.1/CompilerIdCXX/a.out"
26
+ The CXX compiler identification is AppleClang, found in "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/3.6.3/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_c46c1/fast"
32
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c46c1.dir/build.make CMakeFiles/cmTC_c46c1.dir/build
33
- Building C object CMakeFiles/cmTC_c46c1.dir/testCCompiler.c.o
34
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_c46c1.dir/testCCompiler.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/testCCompiler.c
35
- Linking C executable cmTC_c46c1
36
- /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c46c1.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_c46c1.dir/testCCompiler.c.o -o cmTC_c46c1
31
+ Run Build Command:"/usr/bin/make" "cmTC_97c02/fast"
32
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_97c02.dir/build.make CMakeFiles/cmTC_97c02.dir/build
33
+ Building C object CMakeFiles/cmTC_97c02.dir/testCCompiler.c.o
34
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_97c02.dir/testCCompiler.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/testCCompiler.c
35
+ Linking C executable cmTC_97c02
36
+ /usr/local/Cellar/cmake/3.6.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_97c02.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_97c02.dir/testCCompiler.c.o -o cmTC_97c02
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_591f9/fast"
44
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_591f9.dir/build.make CMakeFiles/cmTC_591f9.dir/build
45
- Building C object CMakeFiles/cmTC_591f9.dir/CMakeCCompilerABI.c.o
46
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_591f9.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.6.1/share/cmake/Modules/CMakeCCompilerABI.c
47
- Linking C executable cmTC_591f9
48
- /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_591f9.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_591f9.dir/CMakeCCompilerABI.c.o -o cmTC_591f9
50
- Apple LLVM version 7.3.0 (clang-703.0.29)
51
- Target: x86_64-apple-darwin15.6.0
43
+ Run Build Command:"/usr/bin/make" "cmTC_44b95/fast"
44
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_44b95.dir/build.make CMakeFiles/cmTC_44b95.dir/build
45
+ Building C object CMakeFiles/cmTC_44b95.dir/CMakeCCompilerABI.c.o
46
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_44b95.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.6.3/share/cmake/Modules/CMakeCCompilerABI.c
47
+ Linking C executable cmTC_44b95
48
+ /usr/local/Cellar/cmake/3.6.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_44b95.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_44b95.dir/CMakeCCompilerABI.c.o -o cmTC_44b95
50
+ Apple LLVM version 8.0.0 (clang-800.0.42.1)
51
+ Target: x86_64-apple-darwin16.1.0
52
52
  Thread model: posix
53
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_591f9 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_591f9.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
54
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.12.0 -o cmTC_44b95 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_44b95.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a
55
+ @(#)PROGRAM:ld PROJECT:ld64-274.1
56
56
  configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
57
57
  Library search paths:
58
58
  /usr/lib
@@ -66,42 +66,42 @@ Parsed C implicit link information from above output:
66
66
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
67
67
  ignore line: [Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp]
68
68
  ignore line: []
69
- ignore line: [Run Build Command:"/usr/bin/make" "cmTC_591f9/fast"]
70
- ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_591f9.dir/build.make CMakeFiles/cmTC_591f9.dir/build]
71
- ignore line: [Building C object CMakeFiles/cmTC_591f9.dir/CMakeCCompilerABI.c.o]
72
- ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_591f9.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.6.1/share/cmake/Modules/CMakeCCompilerABI.c]
73
- ignore line: [Linking C executable cmTC_591f9]
74
- ignore line: [/usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_591f9.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_591f9.dir/CMakeCCompilerABI.c.o -o cmTC_591f9 ]
76
- ignore line: [Apple LLVM version 7.3.0 (clang-703.0.29)]
77
- ignore line: [Target: x86_64-apple-darwin15.6.0]
69
+ ignore line: [Run Build Command:"/usr/bin/make" "cmTC_44b95/fast"]
70
+ ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_44b95.dir/build.make CMakeFiles/cmTC_44b95.dir/build]
71
+ ignore line: [Building C object CMakeFiles/cmTC_44b95.dir/CMakeCCompilerABI.c.o]
72
+ ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_44b95.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.6.3/share/cmake/Modules/CMakeCCompilerABI.c]
73
+ ignore line: [Linking C executable cmTC_44b95]
74
+ ignore line: [/usr/local/Cellar/cmake/3.6.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_44b95.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_44b95.dir/CMakeCCompilerABI.c.o -o cmTC_44b95 ]
76
+ ignore line: [Apple LLVM version 8.0.0 (clang-800.0.42.1)]
77
+ ignore line: [Target: x86_64-apple-darwin16.1.0]
78
78
  ignore line: [Thread model: posix]
79
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_591f9 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_591f9.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]
80
+ link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.12.0 -o cmTC_44b95 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_44b95.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a]
81
81
  arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
82
82
  arg [-demangle] ==> ignore
83
83
  arg [-dynamic] ==> ignore
84
84
  arg [-arch] ==> ignore
85
85
  arg [x86_64] ==> ignore
86
86
  arg [-macosx_version_min] ==> ignore
87
- arg [10.11.0] ==> ignore
87
+ arg [10.12.0] ==> ignore
88
88
  arg [-o] ==> ignore
89
- arg [cmTC_591f9] ==> ignore
89
+ arg [cmTC_44b95] ==> ignore
90
90
  arg [-search_paths_first] ==> ignore
91
91
  arg [-headerpad_max_install_names] ==> ignore
92
92
  arg [-v] ==> ignore
93
- arg [CMakeFiles/cmTC_591f9.dir/CMakeCCompilerABI.c.o] ==> ignore
93
+ arg [CMakeFiles/cmTC_44b95.dir/CMakeCCompilerABI.c.o] ==> ignore
94
94
  arg [-lSystem] ==> lib [System]
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]
95
+ arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a]
96
96
  Library search paths: [;/usr/lib;/usr/local/lib]
97
97
  Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
98
98
  remove lib [System]
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]
99
+ collapse lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a]
100
100
  collapse library dir [/usr/lib] ==> [/usr/lib]
101
101
  collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
102
102
  collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks]
103
103
  collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks]
104
- implicit libs: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a]
104
+ implicit libs: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a]
105
105
  implicit dirs: [/usr/lib;/usr/local/lib]
106
106
  implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]
107
107
 
@@ -111,13 +111,13 @@ Parsed C implicit link information from above output:
111
111
  Detecting C [-std=c11] compiler features compiled with the following output:
112
112
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
113
113
 
114
- Run Build Command:"/usr/bin/make" "cmTC_006f2/fast"
115
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_006f2.dir/build.make CMakeFiles/cmTC_006f2.dir/build
116
- Building C object CMakeFiles/cmTC_006f2.dir/feature_tests.c.o
117
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c11 -o CMakeFiles/cmTC_006f2.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
118
- Linking C executable cmTC_006f2
119
- /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_006f2.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_006f2.dir/feature_tests.c.o -o cmTC_006f2
114
+ Run Build Command:"/usr/bin/make" "cmTC_5c7ad/fast"
115
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_5c7ad.dir/build.make CMakeFiles/cmTC_5c7ad.dir/build
116
+ Building C object CMakeFiles/cmTC_5c7ad.dir/feature_tests.c.o
117
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c11 -o CMakeFiles/cmTC_5c7ad.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
118
+ Linking C executable cmTC_5c7ad
119
+ /usr/local/Cellar/cmake/3.6.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5c7ad.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_5c7ad.dir/feature_tests.c.o -o cmTC_5c7ad
121
121
 
122
122
 
123
123
  Feature record: C_FEATURE:1c_function_prototypes
@@ -129,13 +129,13 @@ Linking C executable cmTC_006f2
129
129
  Detecting C [-std=c99] compiler features compiled with the following output:
130
130
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
131
131
 
132
- Run Build Command:"/usr/bin/make" "cmTC_7e63f/fast"
133
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_7e63f.dir/build.make CMakeFiles/cmTC_7e63f.dir/build
134
- Building C object CMakeFiles/cmTC_7e63f.dir/feature_tests.c.o
135
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c99 -o CMakeFiles/cmTC_7e63f.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
136
- Linking C executable cmTC_7e63f
137
- /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7e63f.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_7e63f.dir/feature_tests.c.o -o cmTC_7e63f
132
+ Run Build Command:"/usr/bin/make" "cmTC_3ebc9/fast"
133
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_3ebc9.dir/build.make CMakeFiles/cmTC_3ebc9.dir/build
134
+ Building C object CMakeFiles/cmTC_3ebc9.dir/feature_tests.c.o
135
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c99 -o CMakeFiles/cmTC_3ebc9.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
136
+ Linking C executable cmTC_3ebc9
137
+ /usr/local/Cellar/cmake/3.6.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3ebc9.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_3ebc9.dir/feature_tests.c.o -o cmTC_3ebc9
139
139
 
140
140
 
141
141
  Feature record: C_FEATURE:1c_function_prototypes
@@ -147,13 +147,13 @@ Linking C executable cmTC_7e63f
147
147
  Detecting C [-std=c90] compiler features compiled with the following output:
148
148
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
149
149
 
150
- Run Build Command:"/usr/bin/make" "cmTC_fa973/fast"
151
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_fa973.dir/build.make CMakeFiles/cmTC_fa973.dir/build
152
- Building C object CMakeFiles/cmTC_fa973.dir/feature_tests.c.o
153
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c90 -o CMakeFiles/cmTC_fa973.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
154
- Linking C executable cmTC_fa973
155
- /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fa973.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_fa973.dir/feature_tests.c.o -o cmTC_fa973
150
+ Run Build Command:"/usr/bin/make" "cmTC_353af/fast"
151
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_353af.dir/build.make CMakeFiles/cmTC_353af.dir/build
152
+ Building C object CMakeFiles/cmTC_353af.dir/feature_tests.c.o
153
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c90 -o CMakeFiles/cmTC_353af.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
154
+ Linking C executable cmTC_353af
155
+ /usr/local/Cellar/cmake/3.6.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_353af.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_353af.dir/feature_tests.c.o -o cmTC_353af
157
157
 
158
158
 
159
159
  Feature record: C_FEATURE:1c_function_prototypes
@@ -163,31 +163,31 @@ Linking C executable cmTC_fa973
163
163
  Determining if the CXX compiler works passed with the following output:
164
164
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
165
165
 
166
- Run Build Command:"/usr/bin/make" "cmTC_9aa72/fast"
167
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_9aa72.dir/build.make CMakeFiles/cmTC_9aa72.dir/build
168
- Building CXX object CMakeFiles/cmTC_9aa72.dir/testCXXCompiler.cxx.o
169
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_9aa72.dir/testCXXCompiler.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
170
- Linking CXX executable cmTC_9aa72
171
- /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9aa72.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_9aa72.dir/testCXXCompiler.cxx.o -o cmTC_9aa72
166
+ Run Build Command:"/usr/bin/make" "cmTC_05e7a/fast"
167
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_05e7a.dir/build.make CMakeFiles/cmTC_05e7a.dir/build
168
+ Building CXX object CMakeFiles/cmTC_05e7a.dir/testCXXCompiler.cxx.o
169
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_05e7a.dir/testCXXCompiler.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
170
+ Linking CXX executable cmTC_05e7a
171
+ /usr/local/Cellar/cmake/3.6.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_05e7a.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_05e7a.dir/testCXXCompiler.cxx.o -o cmTC_05e7a
173
173
 
174
174
 
175
175
  Detecting CXX compiler ABI info compiled with the following output:
176
176
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
177
177
 
178
- Run Build Command:"/usr/bin/make" "cmTC_6573c/fast"
179
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6573c.dir/build.make CMakeFiles/cmTC_6573c.dir/build
180
- Building CXX object CMakeFiles/cmTC_6573c.dir/CMakeCXXCompilerABI.cpp.o
181
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_6573c.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.6.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp
182
- Linking CXX executable cmTC_6573c
183
- /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6573c.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_6573c.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_6573c
185
- Apple LLVM version 7.3.0 (clang-703.0.29)
186
- Target: x86_64-apple-darwin15.6.0
178
+ Run Build Command:"/usr/bin/make" "cmTC_332b1/fast"
179
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_332b1.dir/build.make CMakeFiles/cmTC_332b1.dir/build
180
+ Building CXX object CMakeFiles/cmTC_332b1.dir/CMakeCXXCompilerABI.cpp.o
181
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_332b1.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.6.3/share/cmake/Modules/CMakeCXXCompilerABI.cpp
182
+ Linking CXX executable cmTC_332b1
183
+ /usr/local/Cellar/cmake/3.6.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_332b1.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_332b1.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_332b1
185
+ Apple LLVM version 8.0.0 (clang-800.0.42.1)
186
+ Target: x86_64-apple-darwin16.1.0
187
187
  Thread model: posix
188
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_6573c -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_6573c.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
189
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.12.0 -o cmTC_332b1 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_332b1.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a
190
+ @(#)PROGRAM:ld PROJECT:ld64-274.1
191
191
  configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
192
192
  Library search paths:
193
193
  /usr/lib
@@ -201,43 +201,43 @@ Parsed CXX implicit link information from above output:
201
201
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
202
202
  ignore line: [Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp]
203
203
  ignore line: []
204
- ignore line: [Run Build Command:"/usr/bin/make" "cmTC_6573c/fast"]
205
- ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6573c.dir/build.make CMakeFiles/cmTC_6573c.dir/build]
206
- ignore line: [Building CXX object CMakeFiles/cmTC_6573c.dir/CMakeCXXCompilerABI.cpp.o]
207
- ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_6573c.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.6.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
208
- ignore line: [Linking CXX executable cmTC_6573c]
209
- ignore line: [/usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6573c.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_6573c.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_6573c ]
211
- ignore line: [Apple LLVM version 7.3.0 (clang-703.0.29)]
212
- ignore line: [Target: x86_64-apple-darwin15.6.0]
204
+ ignore line: [Run Build Command:"/usr/bin/make" "cmTC_332b1/fast"]
205
+ ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_332b1.dir/build.make CMakeFiles/cmTC_332b1.dir/build]
206
+ ignore line: [Building CXX object CMakeFiles/cmTC_332b1.dir/CMakeCXXCompilerABI.cpp.o]
207
+ ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_332b1.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.6.3/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
208
+ ignore line: [Linking CXX executable cmTC_332b1]
209
+ ignore line: [/usr/local/Cellar/cmake/3.6.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_332b1.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_332b1.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_332b1 ]
211
+ ignore line: [Apple LLVM version 8.0.0 (clang-800.0.42.1)]
212
+ ignore line: [Target: x86_64-apple-darwin16.1.0]
213
213
  ignore line: [Thread model: posix]
214
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_6573c -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_6573c.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]
215
+ link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.12.0 -o cmTC_332b1 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_332b1.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a]
216
216
  arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
217
217
  arg [-demangle] ==> ignore
218
218
  arg [-dynamic] ==> ignore
219
219
  arg [-arch] ==> ignore
220
220
  arg [x86_64] ==> ignore
221
221
  arg [-macosx_version_min] ==> ignore
222
- arg [10.11.0] ==> ignore
222
+ arg [10.12.0] ==> ignore
223
223
  arg [-o] ==> ignore
224
- arg [cmTC_6573c] ==> ignore
224
+ arg [cmTC_332b1] ==> ignore
225
225
  arg [-search_paths_first] ==> ignore
226
226
  arg [-headerpad_max_install_names] ==> ignore
227
227
  arg [-v] ==> ignore
228
- arg [CMakeFiles/cmTC_6573c.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
228
+ arg [CMakeFiles/cmTC_332b1.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
229
229
  arg [-lc++] ==> lib [c++]
230
230
  arg [-lSystem] ==> lib [System]
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]
231
+ arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a]
232
232
  Library search paths: [;/usr/lib;/usr/local/lib]
233
233
  Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
234
234
  remove lib [System]
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]
235
+ collapse lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a]
236
236
  collapse library dir [/usr/lib] ==> [/usr/lib]
237
237
  collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
238
238
  collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks]
239
239
  collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks]
240
- implicit libs: [c++;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a]
240
+ implicit libs: [c++;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a]
241
241
  implicit dirs: [/usr/lib;/usr/local/lib]
242
242
  implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]
243
243
 
@@ -247,13 +247,13 @@ Parsed CXX implicit link information from above output:
247
247
  Detecting CXX [-std=c++14] compiler features compiled with the following output:
248
248
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
249
249
 
250
- Run Build Command:"/usr/bin/make" "cmTC_0946f/fast"
251
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_0946f.dir/build.make CMakeFiles/cmTC_0946f.dir/build
252
- Building CXX object CMakeFiles/cmTC_0946f.dir/feature_tests.cxx.o
253
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_0946f.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
254
- Linking CXX executable cmTC_0946f
255
- /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0946f.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_0946f.dir/feature_tests.cxx.o -o cmTC_0946f
250
+ Run Build Command:"/usr/bin/make" "cmTC_63f82/fast"
251
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_63f82.dir/build.make CMakeFiles/cmTC_63f82.dir/build
252
+ Building CXX object CMakeFiles/cmTC_63f82.dir/feature_tests.cxx.o
253
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_63f82.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
254
+ Linking CXX executable cmTC_63f82
255
+ /usr/local/Cellar/cmake/3.6.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_63f82.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_63f82.dir/feature_tests.cxx.o -o cmTC_63f82
257
257
 
258
258
 
259
259
  Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
@@ -304,7 +304,7 @@ Linking CXX executable cmTC_0946f
304
304
  Feature record: CXX_FEATURE:1cxx_static_assert
305
305
  Feature record: CXX_FEATURE:1cxx_strong_enums
306
306
  Feature record: CXX_FEATURE:1cxx_template_template_parameters
307
- Feature record: CXX_FEATURE:0cxx_thread_local
307
+ Feature record: CXX_FEATURE:1cxx_thread_local
308
308
  Feature record: CXX_FEATURE:1cxx_trailing_return_types
309
309
  Feature record: CXX_FEATURE:1cxx_unicode_literals
310
310
  Feature record: CXX_FEATURE:1cxx_uniform_initialization
@@ -318,13 +318,13 @@ Linking CXX executable cmTC_0946f
318
318
  Detecting CXX [-std=c++11] compiler features compiled with the following output:
319
319
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
320
320
 
321
- Run Build Command:"/usr/bin/make" "cmTC_c89fa/fast"
322
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c89fa.dir/build.make CMakeFiles/cmTC_c89fa.dir/build
323
- Building CXX object CMakeFiles/cmTC_c89fa.dir/feature_tests.cxx.o
324
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_c89fa.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
325
- Linking CXX executable cmTC_c89fa
326
- /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c89fa.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_c89fa.dir/feature_tests.cxx.o -o cmTC_c89fa
321
+ Run Build Command:"/usr/bin/make" "cmTC_91d07/fast"
322
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_91d07.dir/build.make CMakeFiles/cmTC_91d07.dir/build
323
+ Building CXX object CMakeFiles/cmTC_91d07.dir/feature_tests.cxx.o
324
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_91d07.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
325
+ Linking CXX executable cmTC_91d07
326
+ /usr/local/Cellar/cmake/3.6.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_91d07.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_91d07.dir/feature_tests.cxx.o -o cmTC_91d07
328
328
 
329
329
 
330
330
  Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
@@ -375,7 +375,7 @@ Linking CXX executable cmTC_c89fa
375
375
  Feature record: CXX_FEATURE:1cxx_static_assert
376
376
  Feature record: CXX_FEATURE:1cxx_strong_enums
377
377
  Feature record: CXX_FEATURE:1cxx_template_template_parameters
378
- Feature record: CXX_FEATURE:0cxx_thread_local
378
+ Feature record: CXX_FEATURE:1cxx_thread_local
379
379
  Feature record: CXX_FEATURE:1cxx_trailing_return_types
380
380
  Feature record: CXX_FEATURE:1cxx_unicode_literals
381
381
  Feature record: CXX_FEATURE:1cxx_uniform_initialization
@@ -389,13 +389,13 @@ Linking CXX executable cmTC_c89fa
389
389
  Detecting CXX [-std=c++98] compiler features compiled with the following output:
390
390
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
391
391
 
392
- Run Build Command:"/usr/bin/make" "cmTC_1236b/fast"
393
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_1236b.dir/build.make CMakeFiles/cmTC_1236b.dir/build
394
- Building CXX object CMakeFiles/cmTC_1236b.dir/feature_tests.cxx.o
395
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_1236b.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
396
- Linking CXX executable cmTC_1236b
397
- /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1236b.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_1236b.dir/feature_tests.cxx.o -o cmTC_1236b
392
+ Run Build Command:"/usr/bin/make" "cmTC_b02a4/fast"
393
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b02a4.dir/build.make CMakeFiles/cmTC_b02a4.dir/build
394
+ Building CXX object CMakeFiles/cmTC_b02a4.dir/feature_tests.cxx.o
395
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_b02a4.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
396
+ Linking CXX executable cmTC_b02a4
397
+ /usr/local/Cellar/cmake/3.6.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b02a4.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_b02a4.dir/feature_tests.cxx.o -o cmTC_b02a4
399
399
 
400
400
 
401
401
  Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
@@ -458,49 +458,49 @@ Linking CXX executable cmTC_1236b
458
458
  Performing C SOURCE FILE Test HAVE_FLAG_SANITIZE_ADDRESS succeeded with the following output:
459
459
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
460
460
 
461
- Run Build Command:"/usr/bin/make" "cmTC_4b1f3/fast"
462
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4b1f3.dir/build.make CMakeFiles/cmTC_4b1f3.dir/build
463
- Building C object CMakeFiles/cmTC_4b1f3.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_4b1f3.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
465
- Linking C executable cmTC_4b1f3
466
- /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4b1f3.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_4b1f3.dir/src.c.o -o cmTC_4b1f3
461
+ Run Build Command:"/usr/bin/make" "cmTC_7a5cb/fast"
462
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_7a5cb.dir/build.make CMakeFiles/cmTC_7a5cb.dir/build
463
+ Building C object CMakeFiles/cmTC_7a5cb.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_7a5cb.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
465
+ Linking C executable cmTC_7a5cb
466
+ /usr/local/Cellar/cmake/3.6.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7a5cb.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_7a5cb.dir/src.c.o -o cmTC_7a5cb
468
468
 
469
469
  Source file was:
470
470
  int main(void) { return 0; }
471
471
  Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_VISIBILITY succeeded with the following output:
472
472
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
473
473
 
474
- Run Build Command:"/usr/bin/make" "cmTC_ddae7/fast"
475
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ddae7.dir/build.make CMakeFiles/cmTC_ddae7.dir/build
476
- Building CXX object CMakeFiles/cmTC_ddae7.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_ddae7.dir/src.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
478
- Linking CXX executable cmTC_ddae7
479
- /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ddae7.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_ddae7.dir/src.cxx.o -o cmTC_ddae7
474
+ Run Build Command:"/usr/bin/make" "cmTC_2860e/fast"
475
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_2860e.dir/build.make CMakeFiles/cmTC_2860e.dir/build
476
+ Building CXX object CMakeFiles/cmTC_2860e.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_2860e.dir/src.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
478
+ Linking CXX executable cmTC_2860e
479
+ /usr/local/Cellar/cmake/3.6.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2860e.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_2860e.dir/src.cxx.o -o cmTC_2860e
481
481
 
482
482
  Source file was:
483
483
  int main() { return 0; }
484
484
  Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY succeeded with the following output:
485
485
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
486
486
 
487
- Run Build Command:"/usr/bin/make" "cmTC_41be9/fast"
488
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_41be9.dir/build.make CMakeFiles/cmTC_41be9.dir/build
489
- Building CXX object CMakeFiles/cmTC_41be9.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_41be9.dir/src.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
491
- Linking CXX executable cmTC_41be9
492
- /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_41be9.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_41be9.dir/src.cxx.o -o cmTC_41be9
487
+ Run Build Command:"/usr/bin/make" "cmTC_1a76b/fast"
488
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_1a76b.dir/build.make CMakeFiles/cmTC_1a76b.dir/build
489
+ Building CXX object CMakeFiles/cmTC_1a76b.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_1a76b.dir/src.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
491
+ Linking CXX executable cmTC_1a76b
492
+ /usr/local/Cellar/cmake/3.6.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1a76b.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_1a76b.dir/src.cxx.o -o cmTC_1a76b
494
494
 
495
495
  Source file was:
496
496
  int main() { return 0; }
497
497
  Performing C++ SOURCE FILE Test COMPILER_HAS_DEPRECATED_ATTR succeeded with the following output:
498
498
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
499
499
 
500
- Run Build Command:"/usr/bin/make" "cmTC_4fd2b/fast"
501
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4fd2b.dir/build.make CMakeFiles/cmTC_4fd2b.dir/build
502
- Building CXX object CMakeFiles/cmTC_4fd2b.dir/src.cxx.o
503
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -o CMakeFiles/cmTC_4fd2b.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_c33ce/fast"
501
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c33ce.dir/build.make CMakeFiles/cmTC_c33ce.dir/build
502
+ Building CXX object CMakeFiles/cmTC_c33ce.dir/src.cxx.o
503
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -o CMakeFiles/cmTC_c33ce.dir/src.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
504
504
  /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx:2:25: warning: 'somefunc' is deprecated [-Wdeprecated-declarations]
505
505
  int main() { return somefunc();}
506
506
  ^
@@ -508,9 +508,9 @@ Building CXX object CMakeFiles/cmTC_4fd2b.dir/src.cxx.o
508
508
  __attribute__((__deprecated__)) int somefunc() { return 0; }
509
509
  ^
510
510
  1 warning generated.
511
- Linking CXX executable cmTC_4fd2b
512
- /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4fd2b.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_4fd2b.dir/src.cxx.o -o cmTC_4fd2b
511
+ Linking CXX executable cmTC_c33ce
512
+ /usr/local/Cellar/cmake/3.6.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c33ce.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_c33ce.dir/src.cxx.o -o cmTC_c33ce
514
514
 
515
515
  Source file was:
516
516
  __attribute__((__deprecated__)) int somefunc() { return 0; }
@@ -518,42 +518,42 @@ __attribute__((__deprecated__)) int somefunc() { return 0; }
518
518
  Determining if the include file stdbool.h exists passed with the following output:
519
519
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
520
520
 
521
- Run Build Command:"/usr/bin/make" "cmTC_4806c/fast"
522
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4806c.dir/build.make CMakeFiles/cmTC_4806c.dir/build
523
- Building C object CMakeFiles/cmTC_4806c.dir/CheckIncludeFile.c.o
524
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -o CMakeFiles/cmTC_4806c.dir/CheckIncludeFile.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
525
- Linking C executable cmTC_4806c
526
- /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4806c.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_4806c.dir/CheckIncludeFile.c.o -o cmTC_4806c
521
+ Run Build Command:"/usr/bin/make" "cmTC_149ac/fast"
522
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_149ac.dir/build.make CMakeFiles/cmTC_149ac.dir/build
523
+ Building C object CMakeFiles/cmTC_149ac.dir/CheckIncludeFile.c.o
524
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_149ac.dir/CheckIncludeFile.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
525
+ Linking C executable cmTC_149ac
526
+ /usr/local/Cellar/cmake/3.6.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_149ac.dir/link.txt --verbose=1
527
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_149ac.dir/CheckIncludeFile.c.o -o cmTC_149ac
528
528
 
529
529
 
530
530
  Performing C SOURCE FILE Test HAVE___BUILTIN_EXPECT succeeded with the following output:
531
531
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
532
532
 
533
- Run Build Command:"/usr/bin/make" "cmTC_75b28/fast"
534
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_75b28.dir/build.make CMakeFiles/cmTC_75b28.dir/build
535
- Building C object CMakeFiles/cmTC_75b28.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_75b28.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_8e724/fast"
534
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8e724.dir/build.make CMakeFiles/cmTC_8e724.dir/build
535
+ Building C object CMakeFiles/cmTC_8e724.dir/src.c.o
536
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE___BUILTIN_EXPECT -o CMakeFiles/cmTC_8e724.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
537
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]
538
538
  int main() { __builtin_expect(0,0); return 0; }
539
539
  ^~~~~~~~~~~~~~~~ ~~~
540
540
  1 warning generated.
541
- Linking C executable cmTC_75b28
542
- /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_75b28.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_75b28.dir/src.c.o -o cmTC_75b28
541
+ Linking C executable cmTC_8e724
542
+ /usr/local/Cellar/cmake/3.6.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8e724.dir/link.txt --verbose=1
543
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE___BUILTIN_EXPECT -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8e724.dir/src.c.o -o cmTC_8e724
544
544
 
545
545
  Source file was:
546
546
  int main() { __builtin_expect(0,0); return 0; }
547
547
  Performing C SOURCE FILE Test HAVE___ATTRIBUTE__ succeeded with the following output:
548
548
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
549
549
 
550
- Run Build Command:"/usr/bin/make" "cmTC_fa8a7/fast"
551
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_fa8a7.dir/build.make CMakeFiles/cmTC_fa8a7.dir/build
552
- Building C object CMakeFiles/cmTC_fa8a7.dir/src.c.o
553
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___ATTRIBUTE__ -o CMakeFiles/cmTC_fa8a7.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
554
- Linking C executable cmTC_fa8a7
555
- /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fa8a7.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_fa8a7.dir/src.c.o -o cmTC_fa8a7
550
+ Run Build Command:"/usr/bin/make" "cmTC_657dd/fast"
551
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_657dd.dir/build.make CMakeFiles/cmTC_657dd.dir/build
552
+ Building C object CMakeFiles/cmTC_657dd.dir/src.c.o
553
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE___ATTRIBUTE__ -o CMakeFiles/cmTC_657dd.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
554
+ Linking C executable cmTC_657dd
555
+ /usr/local/Cellar/cmake/3.6.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_657dd.dir/link.txt --verbose=1
556
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE___ATTRIBUTE__ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_657dd.dir/src.c.o -o cmTC_657dd
557
557
 
558
558
  Source file was:
559
559