Skip to content

Commit

Permalink
Emit loop vectorization diagnostics on the schema evaluator
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Oct 5, 2024
1 parent e01e449 commit 6993b35
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DEPENDENCIES
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
vendorpull https://github.com/sourcemeta/vendorpull 70342aaf458e6cb80baeb5b718901075fc42ede6
noa https://github.com/sourcemeta/noa 3b98a611b647926dd32065c4ac5011a40b5d8b20
noa https://github.com/sourcemeta/noa 5e78f6b6ebd9e2061f0f2022d665d08a539dcac1
jsontestsuite https://github.com/nst/JSONTestSuite d64aefb55228d9584d3e5b2433f720ea8fd00c82
googletest https://github.com/google/googletest a7f443b80b105f940225332ed3c31f2790092f47
jsonschema-2020-12 https://github.com/json-schema-org/json-schema-spec 769daad75a9553562333a8937a187741cb708c72
Expand Down
4 changes: 4 additions & 0 deletions src/evaluator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ if(JSONTOOLKIT_INSTALL)
noa_library_install(NAMESPACE sourcemeta PROJECT jsontoolkit NAME evaluator)
endif()

if(PROJECT_IS_TOP_LEVEL)
noa_add_vectorization_diagnostics(sourcemeta_jsontoolkit_evaluator)
endif()

target_link_libraries(sourcemeta_jsontoolkit_evaluator PUBLIC
sourcemeta::jsontoolkit::json)
target_link_libraries(sourcemeta_jsontoolkit_evaluator PUBLIC
Expand Down
23 changes: 19 additions & 4 deletions vendor/noa/cmake/noa/compiler/options.cmake

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6993b35

Please sign in to comment.