Skip to content

Commit

Permalink
Update cclyzer++ to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Oct 29, 2022
1 parent f175593 commit ba73c57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion frontend/mate-common/mate_common/models/builds.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class PointerAnalysis(str, enum.Enum):
"""

DEBUG = "debug"
SUBSET_AND_UNIFICATION = "subset-and-unification"
SUBSET = "subset"
UNIFICATION = "unification"

Expand Down
3 changes: 3 additions & 0 deletions llvm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ find_program(
NAMES "clang-format"
DOC "Path to clang-format executable.")

# cclyzer++ builds against LLVM 11 by default, override this.
set(LLVM_MAJOR_VERSION 10)
add_subdirectory(PointerAnalysis)

add_subdirectory(MATE)
add_subdirectory(headache)
add_subdirectory(nomina)
2 changes: 1 addition & 1 deletion llvm/PointerAnalysis
Submodule PointerAnalysis updated 160 files

0 comments on commit ba73c57

Please sign in to comment.