Skip to content

Commit 023e31f

Browse files
authored
Merge pull request #425 from secure-software-engineering/f-WorkaroundLinkingIssue
Fixes linking issue, where PTS requires getNumGlobals
2 parents a019ab8 + 2a6b7aa commit 023e31f

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

lib/DB/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ include_directories(
55
)
66

77
set(PHASAR_LINK_LIBS
8-
phasar_pointer
9-
phasar_typehierarchy
108
phasar_passes
119
phasar_utils
1210
)

lib/DB/phasar_db-config.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ list(APPEND
1111

1212
list(APPEND
1313
PHASAR_DB_DEPS
14-
pointer
15-
typehierarchy
1614
passes
1715
utils
1816
)

lib/PhasarLLVM/Pointer/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ file(GLOB_RECURSE POINTER_SRC *.h *.cpp)
22

33
set(PHASAR_LINK_LIBS
44
phasar_utils
5+
phasar_db
56
)
67

78
set(LLVM_LINK_COMPONENTS

lib/PhasarLLVM/Pointer/phasar_pointer-config.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ list(APPEND
1111

1212
list(APPEND
1313
PHASAR_POINTER_DEPS
14+
db
1415
utils
1516
)
1617

0 commit comments

Comments
 (0)