Skip to content

Commit b15ecd6

Browse files
authored
Bump v2604 (#822)
1 parent 1ff3ac8 commit b15ecd6

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

BreakingChanges.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## development HEAD
44

5+
*None*
6+
7+
## v2604
8+
59
- The function `HelperAnalyses::getAliasInfo()` no longer returns a `LLVMAliasSet &`, but a `LLVMAliasInfoRef`.
610
- The location of the library summary `FunctionDataFlowFacts` and `LLVMFunctionDataFlowFacts` has moved to `phasar/Utils/` and `phasar/PhasarLLVM/Utils`, respectively.
711
- `IDESolver::initialize()` does no longer return a `bool`. Now, you are always allowed to call `next()` at least once.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (DEFINED LLVM_MAIN_SRC_DIR)
2323
set(PHASAR_IN_TREE 1)
2424
endif()
2525

26-
set(PHASAR_VERSION 2510)
26+
set(PHASAR_VERSION 2604)
2727
if (NOT PHASAR_IN_TREE)
2828
project (phasar
2929
LANGUAGES C CXX

examples/use-phasar-with-fetch-content/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include(FetchContent)
1111
FetchContent_Declare(
1212
phasar
1313
GIT_REPOSITORY https://github.com/secure-software-engineering/phasar.git
14-
GIT_TAG development # At best, use a tagged version, such as v2510
14+
GIT_TAG development # At best, use a tagged version, such as v2604
1515
EXCLUDE_FROM_ALL
1616
OVERRIDE_FIND_PACKAGE
1717
)

0 commit comments

Comments
 (0)