svf-lib 1.0.2320 → 1.0.2321
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/WorkList.h +0 -0
- package/SVF-linux-aarch64/Release-build/lib/cmake/SVF/Modules/FindZ3.cmake +93 -0
- package/SVF-linux-aarch64/Release-build/lib/cmake/SVF/SVFConfig.cmake +106 -0
- package/SVF-linux-aarch64/Release-build/lib/cmake/SVF/SVFConfigVersion.cmake +43 -0
- package/SVF-linux-aarch64/Release-build/lib/cmake/SVF/SVFTargets-release.cmake +101 -0
- package/SVF-linux-aarch64/Release-build/lib/cmake/SVF/SVFTargets.cmake +180 -0
- package/SVF-linux-aarch64/Release-build/lib/libSvfCore.so.3.1 +0 -0
- package/SVF-linux-aarch64/Release-build/lib/libSvfLLVM.so.3.1 +0 -0
- package/SVF-linux-aarch64/Release-build/lib/pkgconfig/SVF.pc +12 -0
- package/package.json +1 -1
- package/SVF-linux-aarch64/Release-build/include/CFL/grammar/PAGGrammar.txt +0 -15
- package/SVF-linux-aarch64/Release-build/include/CFL/grammar/PEGGrammar.txt +0 -11
- package/SVF-linux-aarch64/Release-build/include/CFL/grammar/VFGGrammar.txt +0 -7
- package/SVF-linux-aarch64/Release-build/include/FastCluster/LICENSE.TXT +0 -13
- /package/SVF-linux-aarch64/Release-build/include/{AE → SVF/AE}/Core/AbstractState.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{AE → SVF/AE}/Core/AbstractValue.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{AE → SVF/AE}/Core/AddressValue.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{AE → SVF/AE}/Core/ICFGWTO.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{AE → SVF/AE}/Core/IntervalValue.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{AE → SVF/AE}/Core/NumericValue.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{AE → SVF/AE}/Core/RelExeState.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{AE → SVF/AE}/Core/RelationSolver.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{AE → SVF/AE}/Svfexe/AEDetector.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{AE → SVF/AE}/Svfexe/AbsExtAPI.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{AE → SVF/AE}/Svfexe/AbstractInterpretation.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{CFL → SVF/CFL}/CFGNormalizer.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{CFL → SVF/CFL}/CFGrammar.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{CFL → SVF/CFL}/CFLAlias.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{CFL → SVF/CFL}/CFLBase.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{CFL → SVF/CFL}/CFLGramGraphChecker.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{CFL → SVF/CFL}/CFLGraphBuilder.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{CFL → SVF/CFL}/CFLSVFGBuilder.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{CFL → SVF/CFL}/CFLSolver.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{CFL → SVF/CFL}/CFLStat.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{CFL → SVF/CFL}/CFLVF.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{CFL → SVF/CFL}/GrammarBuilder.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{DDA → SVF/DDA}/ContextDDA.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{DDA → SVF/DDA}/DDAClient.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{DDA → SVF/DDA}/DDAPass.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{DDA → SVF/DDA}/DDAStat.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{DDA → SVF/DDA}/DDAVFSolver.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{DDA → SVF/DDA}/FlowDDA.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{FastCluster → SVF/FastCluster}/fastcluster.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/BasicBlockG.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/CDG.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/CFLGraph.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/CHG.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/CallGraph.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/ConsG.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/ConsGEdge.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/ConsGNode.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/DOTGraphTraits.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/GenericGraph.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/GraphPrinter.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/GraphTraits.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/GraphWriter.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/ICFG.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/ICFGEdge.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/ICFGNode.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/ICFGStat.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/IRGraph.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/SCC.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/SVFG.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/SVFGEdge.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/SVFGNode.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/SVFGOPT.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/SVFGStat.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/ThreadCallGraph.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/VFG.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/VFGEdge.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/VFGNode.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Graphs → SVF/Graphs}/WTO.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{MSSA → SVF/MSSA}/MSSAMuChi.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{MSSA → SVF/MSSA}/MemPartition.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{MSSA → SVF/MSSA}/MemRegion.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{MSSA → SVF/MSSA}/MemSSA.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{MSSA → SVF/MSSA}/SVFGBuilder.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{MTA → SVF/MTA}/LockAnalysis.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{MTA → SVF/MTA}/MHP.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{MTA → SVF/MTA}/MTA.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{MTA → SVF/MTA}/MTAStat.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{MTA → SVF/MTA}/TCT.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{MemoryModel → SVF/MemoryModel}/AbstractPointsToDS.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{MemoryModel → SVF/MemoryModel}/AccessPath.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{MemoryModel → SVF/MemoryModel}/ConditionalPT.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{MemoryModel → SVF/MemoryModel}/MutablePointsToDS.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{MemoryModel → SVF/MemoryModel}/PersistentPointsToCache.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{MemoryModel → SVF/MemoryModel}/PersistentPointsToDS.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{MemoryModel → SVF/MemoryModel}/PointerAnalysis.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{MemoryModel → SVF/MemoryModel}/PointerAnalysisImpl.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{MemoryModel → SVF/MemoryModel}/PointsTo.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{MemoryModel → SVF/MemoryModel}/SVFLoop.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SABER → SVF/SABER}/DoubleFreeChecker.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SABER → SVF/SABER}/FileChecker.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SABER → SVF/SABER}/LeakChecker.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SABER → SVF/SABER}/ProgSlice.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SABER → SVF/SABER}/SaberCheckerAPI.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SABER → SVF/SABER}/SaberCondAllocator.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SABER → SVF/SABER}/SaberSVFGBuilder.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SABER → SVF/SABER}/SrcSnkDDA.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SABER → SVF/SABER}/SrcSnkSolver.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/BasicTypes.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/BreakConstantExpr.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/CHGBuilder.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/CppUtil.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/DCHG.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/GEPTypeBridgeIterator.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/ICFGBuilder.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/LLVMLoopAnalysis.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/LLVMModule.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/LLVMUtil.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/ObjTypeInference.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/SVFIRBuilder.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/SymbolTableBuilder.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SVFIR → SVF/SVFIR}/ObjTypeInfo.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SVFIR → SVF/SVFIR}/PAGBuilderFromFile.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SVFIR → SVF/SVFIR}/SVFIR.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SVFIR → SVF/SVFIR}/SVFStatements.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SVFIR → SVF/SVFIR}/SVFType.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SVFIR → SVF/SVFIR}/SVFValue.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{SVFIR → SVF/SVFIR}/SVFVariables.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/Annotator.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/BitVector.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/CDGBuilder.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/CallGraphBuilder.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/Casting.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/CommandLine.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/CoreBitVector.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/CxtStmt.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/DPItem.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/ExtAPI.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/GeneralType.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/GraphReachSolver.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/NodeIDAllocator.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/Options.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/PTAStat.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/SVFBugReport.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/SVFLoopAndDomInfo.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/SVFStat.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/SVFUtil.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/SparseBitVector.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/ThreadAPI.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/Z3Expr.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/cJSON.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/iterator.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{Util → SVF/Util}/iterator_range.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{WPA → SVF/WPA}/Andersen.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{WPA → SVF/WPA}/AndersenPWC.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{WPA → SVF/WPA}/CSC.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{WPA → SVF/WPA}/FlowSensitive.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{WPA → SVF/WPA}/Steensgaard.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{WPA → SVF/WPA}/TypeAnalysis.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{WPA → SVF/WPA}/VersionedFlowSensitive.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{WPA → SVF/WPA}/WPAFSSolver.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{WPA → SVF/WPA}/WPAPass.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{WPA → SVF/WPA}/WPASolver.h +0 -0
- /package/SVF-linux-aarch64/Release-build/include/{WPA → SVF/WPA}/WPAStat.h +0 -0
- /package/SVF-linux-aarch64/Release-build/{lib → include/SVF}/extapi.bc +0 -0
|
File without changes
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
#
|
|
2
|
+
# FindZ3.cmake - Locate Z3 either via a packaged config or by header+lib
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
include(GNUInstallDirs)
|
|
6
|
+
|
|
7
|
+
# Try upstream/system CONFIG package first; use it if found (sets required variables):
|
|
8
|
+
find_package(Z3 CONFIG QUIET HINTS ${Z3_HOME} $ENV{Z3_HOME} ${Z3_DIR} $ENV{Z3_DIR})
|
|
9
|
+
if(Z3_FOUND)
|
|
10
|
+
if(NOT Z3_FIND_QUIETLY)
|
|
11
|
+
message(STATUS "Found upstream/system Z3 package (Z3Config.cmake)")
|
|
12
|
+
endif()
|
|
13
|
+
else()
|
|
14
|
+
if(NOT Z3_FIND_QUIETLY)
|
|
15
|
+
message(STATUS "Failed to find upstream/system Z3 package; reverting to manual search")
|
|
16
|
+
endif()
|
|
17
|
+
|
|
18
|
+
# Fall back to explicit manual header + lib search (prioritise searching $Z3_DIR)
|
|
19
|
+
find_library(
|
|
20
|
+
Z3_LIBRARY_DIR
|
|
21
|
+
NAMES z3 libz3
|
|
22
|
+
HINTS ${Z3_HOME} $ENV{Z3_HOME} ${Z3_DIR} $ENV{Z3_DIR}
|
|
23
|
+
PATH_SUFFIXES bin lib ${CMAKE_INSTALL_BINDIR} ${CMAKE_INSTALL_LIBDIR}
|
|
24
|
+
)
|
|
25
|
+
find_path(
|
|
26
|
+
Z3_INCLUDE_DIR
|
|
27
|
+
NAMES z3++.h
|
|
28
|
+
HINTS ${Z3_HOME} $ENV{Z3_HOME} ${Z3_DIR} $ENV{Z3_DIR}
|
|
29
|
+
PATH_SUFFIXES include ${CMAKE_INSTALL_INCLUDEDIR}
|
|
30
|
+
)
|
|
31
|
+
|
|
32
|
+
# If the headers were found, find & extract the Z3 version number
|
|
33
|
+
set(_ver_h "${Z3_INCLUDE_DIR}/z3_version.h")
|
|
34
|
+
if(EXISTS "${_ver_h}")
|
|
35
|
+
file(READ "${_ver_h}" _z3_ver_h)
|
|
36
|
+
message(STATUS "Extracted Z3 version information from ${_ver_h}")
|
|
37
|
+
|
|
38
|
+
# Match each component explicitly
|
|
39
|
+
string(REGEX MATCH "#define Z3_MAJOR_VERSION[ \t]+([0-9]+)" _major "${_z3_ver_h}")
|
|
40
|
+
set(Z3_VERSION_MAJOR "${CMAKE_MATCH_1}")
|
|
41
|
+
|
|
42
|
+
string(REGEX MATCH "#define Z3_MINOR_VERSION[ \t]+([0-9]+)" _minor "${_z3_ver_h}")
|
|
43
|
+
set(Z3_VERSION_MINOR "${CMAKE_MATCH_1}")
|
|
44
|
+
|
|
45
|
+
string(REGEX MATCH "#define Z3_BUILD_NUMBER[ \t]+([0-9]+)" _patch "${_z3_ver_h}")
|
|
46
|
+
set(Z3_VERSION_PATCH "${CMAKE_MATCH_1}")
|
|
47
|
+
|
|
48
|
+
string(REGEX MATCH "#define Z3_REVISION_NUMBER[ \t]+([0-9]+)" _tweak "${_z3_ver_h}")
|
|
49
|
+
set(Z3_VERSION_TWEAK "${CMAKE_MATCH_1}")
|
|
50
|
+
|
|
51
|
+
# Fallback if any of the components are unset
|
|
52
|
+
foreach(_part MAJOR MINOR PATCH TWEAK)
|
|
53
|
+
if(NOT Z3_VERSION_${_part})
|
|
54
|
+
set(Z3_VERSION_${_part} 0)
|
|
55
|
+
endif()
|
|
56
|
+
endforeach()
|
|
57
|
+
|
|
58
|
+
set(Z3_VERSION_STRING "${Z3_VERSION_MAJOR}.${Z3_VERSION_MINOR}.${Z3_VERSION_PATCH}.${Z3_VERSION_TWEAK}")
|
|
59
|
+
message(STATUS "Parsed Z3 version: ${Z3_VERSION_STRING}")
|
|
60
|
+
else()
|
|
61
|
+
message(WARNING "Z3 version header not found: ${_ver_h}")
|
|
62
|
+
set(Z3_VERSION_MAJOR 0)
|
|
63
|
+
set(Z3_VERSION_MINOR 0)
|
|
64
|
+
set(Z3_VERSION_PATCH 0)
|
|
65
|
+
set(Z3_VERSION_TWEAK 0)
|
|
66
|
+
set(Z3_VERSION_STRING "0.0.0.0")
|
|
67
|
+
endif()
|
|
68
|
+
|
|
69
|
+
# Validate that both the public headers & the library files were found
|
|
70
|
+
include(FindPackageHandleStandardArgs)
|
|
71
|
+
find_package_handle_standard_args(
|
|
72
|
+
Z3
|
|
73
|
+
REQUIRED_VARS Z3_INCLUDE_DIR Z3_LIBRARY_DIR
|
|
74
|
+
VERSION_VAR Z3_VERSION_STRING
|
|
75
|
+
)
|
|
76
|
+
|
|
77
|
+
# Create an imported target if all required variables were found
|
|
78
|
+
if(Z3_FOUND)
|
|
79
|
+
add_library(z3::libz3 UNKNOWN IMPORTED)
|
|
80
|
+
set_target_properties(z3::libz3 PROPERTIES IMPORTED_LOCATION "${Z3_LIBRARY_DIR}")
|
|
81
|
+
set_target_properties(z3::libz3 PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${Z3_INCLUDE_DIR}")
|
|
82
|
+
message(STATUS "Manually found Z3 (libs: ${Z3_LIBRARY_DIR}; public headers: ${Z3_INCLUDE_DIR})")
|
|
83
|
+
|
|
84
|
+
# Expose other equivalents for variables exported by the regular Z3 CMake package
|
|
85
|
+
set(Z3_CXX_INCLUDE_DIRS ${Z3_INCLUDE_DIR})
|
|
86
|
+
set(Z3_C_INCLUDE_DIRS ${Z3_INCLUDE_DIR})
|
|
87
|
+
set(Z3_LIBRARIES z3::libz3)
|
|
88
|
+
elseif(Z3_FIND_REQUIRED)
|
|
89
|
+
message(FATAL_ERROR "Failed to find Z3 library files/public headers!")
|
|
90
|
+
elseif(NOT Z3_FIND_QUIETLY)
|
|
91
|
+
message(WARNING "Failed to manually find Z3 libraries/headers")
|
|
92
|
+
endif()
|
|
93
|
+
endif()
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
# Initialise the package config helper (sets the install prefix in a relocatable way)
|
|
2
|
+
|
|
3
|
+
####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() #######
|
|
4
|
+
####### Any changes to this file will be overwritten by the next CMake run ####
|
|
5
|
+
####### The input file was SVFConfig.cmake.in ########
|
|
6
|
+
|
|
7
|
+
get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE)
|
|
8
|
+
|
|
9
|
+
macro(set_and_check _var _file)
|
|
10
|
+
set(${_var} "${_file}")
|
|
11
|
+
if(NOT EXISTS "${_file}")
|
|
12
|
+
message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !")
|
|
13
|
+
endif()
|
|
14
|
+
endmacro()
|
|
15
|
+
|
|
16
|
+
macro(check_required_components _NAME)
|
|
17
|
+
foreach(comp ${${_NAME}_FIND_COMPONENTS})
|
|
18
|
+
if(NOT ${_NAME}_${comp}_FOUND)
|
|
19
|
+
if(${_NAME}_FIND_REQUIRED_${comp})
|
|
20
|
+
set(${_NAME}_FOUND FALSE)
|
|
21
|
+
endif()
|
|
22
|
+
endif()
|
|
23
|
+
endforeach()
|
|
24
|
+
endmacro()
|
|
25
|
+
|
|
26
|
+
####################################################################################
|
|
27
|
+
|
|
28
|
+
# Ensure the CMake files in this package's directory can be found
|
|
29
|
+
list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}" "${CMAKE_CURRENT_LIST_DIR}/Modules")
|
|
30
|
+
|
|
31
|
+
# Ensure SVF's targets & settings are available publicly
|
|
32
|
+
include("${CMAKE_CURRENT_LIST_DIR}/SVFTargets.cmake")
|
|
33
|
+
|
|
34
|
+
# Set basic variables from this SVF build
|
|
35
|
+
set(SVF_VERSION 3.1)
|
|
36
|
+
set(SVF_BUILD_TYPE Release)
|
|
37
|
+
set(SVF_SHARED_LIBS ON)
|
|
38
|
+
set(SVF_C_STANDARD 11)
|
|
39
|
+
set(SVF_CXX_STANDARD 17)
|
|
40
|
+
set(SVF_C_EXTENSIONS ON)
|
|
41
|
+
set(SVF_CXX_EXTENSIONS ON)
|
|
42
|
+
set(SVF_C_STANDARD_REQUIRED ON)
|
|
43
|
+
set(SVF_CXX_STANDARD_REQUIRED ON)
|
|
44
|
+
|
|
45
|
+
# Expose SVF's build opts
|
|
46
|
+
set(SVF_USE_PIC ON)
|
|
47
|
+
set(SVF_USE_LTO OFF)
|
|
48
|
+
set(SVF_USE_LLD OFF)
|
|
49
|
+
set(SVF_COVERAGE OFF)
|
|
50
|
+
set(SVF_DEBUG_INFO OFF)
|
|
51
|
+
set(SVF_WARN_AS_ERROR ON)
|
|
52
|
+
set(SVF_EXPORT_DYNAMIC OFF)
|
|
53
|
+
set(SVF_ENABLE_ASSERTIONS true)
|
|
54
|
+
set(SVF_ENABLE_EXCEPTIONS ON)
|
|
55
|
+
set(SVF_ENABLE_RTTI ON)
|
|
56
|
+
set(SVF_ENABLE_EH ON)
|
|
57
|
+
|
|
58
|
+
# Set the basic SVF paths based on the installed location (relocatable)
|
|
59
|
+
set_and_check(SVF_INSTALL_ROOT "${PACKAGE_PREFIX_DIR}")
|
|
60
|
+
set_and_check(SVF_INSTALL_PREFIX "${PACKAGE_PREFIX_DIR}")
|
|
61
|
+
set_and_check(SVF_INSTALL_BINDIR "${PACKAGE_PREFIX_DIR}/bin")
|
|
62
|
+
set_and_check(SVF_INSTALL_LIBDIR "${PACKAGE_PREFIX_DIR}/lib")
|
|
63
|
+
set_and_check(SVF_INSTALL_EXTAPIDIR "${PACKAGE_PREFIX_DIR}/include/SVF")
|
|
64
|
+
set_and_check(SVF_INSTALL_INCLUDEDIR "${PACKAGE_PREFIX_DIR}/include/SVF")
|
|
65
|
+
set_and_check(SVF_INSTALL_PKGCONFDIR "${PACKAGE_PREFIX_DIR}/lib/pkgconfig")
|
|
66
|
+
set_and_check(SVF_INSTALL_CMAKECONFIGDIR "${PACKAGE_PREFIX_DIR}/lib/cmake/SVF")
|
|
67
|
+
|
|
68
|
+
# For legacy support, also allow the "*_DIR" suffix for the above paths
|
|
69
|
+
set(SVF_INSTALL_BIN_DIR "${SVF_INSTALL_BINDIR}")
|
|
70
|
+
set(SVF_INSTALL_LIB_DIR "${SVF_INSTALL_LIBDIR}")
|
|
71
|
+
set(SVF_INSTALL_EXTAPI_DIR "${SVF_INSTALL_EXTAPIDIR}")
|
|
72
|
+
set(SVF_INSTALL_INCLUDE_DIR "${SVF_INSTALL_INCLUDEDIR}")
|
|
73
|
+
set(SVF_INSTALL_PKGCONF_DIR "${SVF_INSTALL_PKGCONFDIR}")
|
|
74
|
+
set(SVF_INSTALL_CMAKECONFIG_DIR "${SVF_INSTALL_CMAKECONFIGDIR}")
|
|
75
|
+
|
|
76
|
+
# Expose the installed location of the extapi.bc file (plus some legacy aliases)
|
|
77
|
+
set_and_check(SVF_INSTALL_EXTAPI_BC "${PACKAGE_PREFIX_DIR}/include/SVF/extapi.bc")
|
|
78
|
+
set(SVF_INSTALL_EXTAPI_FILE "${SVF_INSTALL_EXTAPI_BC}")
|
|
79
|
+
|
|
80
|
+
# Shouldn't be used, but also expose source tree location
|
|
81
|
+
set(SVF_SOURCE_DIR "/home/runner/work/SVF/SVF")
|
|
82
|
+
set(SVF_BUILD_DIR "/home/runner/work/SVF/SVF/Release-build")
|
|
83
|
+
|
|
84
|
+
# Similarly expose the location of extapi.bc in the build tree
|
|
85
|
+
set(SVF_BUILD_EXTAPI_BC "/home/runner/work/SVF/SVF/Release-build/lib/extapi.bc")
|
|
86
|
+
set(SVF_EXTAPI_BC_NAME "extapi.bc")
|
|
87
|
+
|
|
88
|
+
# Add the absolute paths of the extapi.bc bitcode file to the imported target's compiler definitions interface
|
|
89
|
+
target_compile_definitions(SVF::SvfFlags INTERFACE SVF_INSTALL_EXTAPI_BC="${SVF_INSTALL_EXTAPI_BC}")
|
|
90
|
+
|
|
91
|
+
# Make `find_dependency()` available
|
|
92
|
+
include(CMakeFindDependencyMacro)
|
|
93
|
+
|
|
94
|
+
# Find Z3 (required)
|
|
95
|
+
find_dependency(Z3 REQUIRED)
|
|
96
|
+
|
|
97
|
+
# Find upstream LLVM (required)
|
|
98
|
+
find_dependency(LLVM CONFIG REQUIRED)
|
|
99
|
+
|
|
100
|
+
# Make the include/link directories & definitions available globally for users of SVF
|
|
101
|
+
separate_arguments(_LLVM_DEFINITIONS NATIVE_COMMAND ${LLVM_DEFINITIONS})
|
|
102
|
+
include_directories(SYSTEM ${LLVM_INCLUDE_DIRS})
|
|
103
|
+
link_directories(${LLVM_LIBRARY_DIRS})
|
|
104
|
+
add_definitions(${_LLVM_DEFINITIONS})
|
|
105
|
+
|
|
106
|
+
check_required_components("SVF")
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# This is a basic version file for the Config-mode of find_package().
|
|
2
|
+
# It is used by write_basic_package_version_file() as input file for configure_file()
|
|
3
|
+
# to create a version-file which can be installed along a config.cmake file.
|
|
4
|
+
#
|
|
5
|
+
# The created file sets PACKAGE_VERSION_EXACT if the current version string and
|
|
6
|
+
# the requested version string are exactly the same and it sets
|
|
7
|
+
# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version.
|
|
8
|
+
# The variable CVF_VERSION must be set before calling configure_file().
|
|
9
|
+
|
|
10
|
+
set(PACKAGE_VERSION "3.1")
|
|
11
|
+
|
|
12
|
+
if (PACKAGE_FIND_VERSION_RANGE)
|
|
13
|
+
# Package version must be in the requested version range
|
|
14
|
+
if ((PACKAGE_FIND_VERSION_RANGE_MIN STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MIN)
|
|
15
|
+
OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_GREATER PACKAGE_FIND_VERSION_MAX)
|
|
16
|
+
OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_GREATER_EQUAL PACKAGE_FIND_VERSION_MAX)))
|
|
17
|
+
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
|
18
|
+
else()
|
|
19
|
+
set(PACKAGE_VERSION_COMPATIBLE TRUE)
|
|
20
|
+
endif()
|
|
21
|
+
else()
|
|
22
|
+
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
|
|
23
|
+
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
|
24
|
+
else()
|
|
25
|
+
set(PACKAGE_VERSION_COMPATIBLE TRUE)
|
|
26
|
+
if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION)
|
|
27
|
+
set(PACKAGE_VERSION_EXACT TRUE)
|
|
28
|
+
endif()
|
|
29
|
+
endif()
|
|
30
|
+
endif()
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
|
|
34
|
+
if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "")
|
|
35
|
+
return()
|
|
36
|
+
endif()
|
|
37
|
+
|
|
38
|
+
# check that the installed version has the same 32/64bit-ness as the one which is currently searching:
|
|
39
|
+
if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8")
|
|
40
|
+
math(EXPR installedBits "8 * 8")
|
|
41
|
+
set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)")
|
|
42
|
+
set(PACKAGE_VERSION_UNSUITABLE TRUE)
|
|
43
|
+
endif()
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
#----------------------------------------------------------------
|
|
2
|
+
# Generated CMake target import file for configuration "Release".
|
|
3
|
+
#----------------------------------------------------------------
|
|
4
|
+
|
|
5
|
+
# Commands may need to know the format version.
|
|
6
|
+
set(CMAKE_IMPORT_FILE_VERSION 1)
|
|
7
|
+
|
|
8
|
+
# Import target "SVF::SvfCore" for configuration "Release"
|
|
9
|
+
set_property(TARGET SVF::SvfCore APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
10
|
+
set_target_properties(SVF::SvfCore PROPERTIES
|
|
11
|
+
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libSvfCore.so.3.1"
|
|
12
|
+
IMPORTED_SONAME_RELEASE "libSvfCore.so.3"
|
|
13
|
+
)
|
|
14
|
+
|
|
15
|
+
list(APPEND _cmake_import_check_targets SVF::SvfCore )
|
|
16
|
+
list(APPEND _cmake_import_check_files_for_SVF::SvfCore "${_IMPORT_PREFIX}/lib/libSvfCore.so.3.1" )
|
|
17
|
+
|
|
18
|
+
# Import target "SVF::SvfLLVM" for configuration "Release"
|
|
19
|
+
set_property(TARGET SVF::SvfLLVM APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
20
|
+
set_target_properties(SVF::SvfLLVM PROPERTIES
|
|
21
|
+
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libSvfLLVM.so.3.1"
|
|
22
|
+
IMPORTED_SONAME_RELEASE "libSvfLLVM.so.3"
|
|
23
|
+
)
|
|
24
|
+
|
|
25
|
+
list(APPEND _cmake_import_check_targets SVF::SvfLLVM )
|
|
26
|
+
list(APPEND _cmake_import_check_files_for_SVF::SvfLLVM "${_IMPORT_PREFIX}/lib/libSvfLLVM.so.3.1" )
|
|
27
|
+
|
|
28
|
+
# Import target "SVF::ae" for configuration "Release"
|
|
29
|
+
set_property(TARGET SVF::ae APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
30
|
+
set_target_properties(SVF::ae PROPERTIES
|
|
31
|
+
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/ae"
|
|
32
|
+
)
|
|
33
|
+
|
|
34
|
+
list(APPEND _cmake_import_check_targets SVF::ae )
|
|
35
|
+
list(APPEND _cmake_import_check_files_for_SVF::ae "${_IMPORT_PREFIX}/bin/ae" )
|
|
36
|
+
|
|
37
|
+
# Import target "SVF::cfl" for configuration "Release"
|
|
38
|
+
set_property(TARGET SVF::cfl APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
39
|
+
set_target_properties(SVF::cfl PROPERTIES
|
|
40
|
+
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/cfl"
|
|
41
|
+
)
|
|
42
|
+
|
|
43
|
+
list(APPEND _cmake_import_check_targets SVF::cfl )
|
|
44
|
+
list(APPEND _cmake_import_check_files_for_SVF::cfl "${_IMPORT_PREFIX}/bin/cfl" )
|
|
45
|
+
|
|
46
|
+
# Import target "SVF::dvf" for configuration "Release"
|
|
47
|
+
set_property(TARGET SVF::dvf APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
48
|
+
set_target_properties(SVF::dvf PROPERTIES
|
|
49
|
+
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/dvf"
|
|
50
|
+
)
|
|
51
|
+
|
|
52
|
+
list(APPEND _cmake_import_check_targets SVF::dvf )
|
|
53
|
+
list(APPEND _cmake_import_check_files_for_SVF::dvf "${_IMPORT_PREFIX}/bin/dvf" )
|
|
54
|
+
|
|
55
|
+
# Import target "SVF::llvm2svf" for configuration "Release"
|
|
56
|
+
set_property(TARGET SVF::llvm2svf APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
57
|
+
set_target_properties(SVF::llvm2svf PROPERTIES
|
|
58
|
+
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/llvm2svf"
|
|
59
|
+
)
|
|
60
|
+
|
|
61
|
+
list(APPEND _cmake_import_check_targets SVF::llvm2svf )
|
|
62
|
+
list(APPEND _cmake_import_check_files_for_SVF::llvm2svf "${_IMPORT_PREFIX}/bin/llvm2svf" )
|
|
63
|
+
|
|
64
|
+
# Import target "SVF::mta" for configuration "Release"
|
|
65
|
+
set_property(TARGET SVF::mta APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
66
|
+
set_target_properties(SVF::mta PROPERTIES
|
|
67
|
+
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/mta"
|
|
68
|
+
)
|
|
69
|
+
|
|
70
|
+
list(APPEND _cmake_import_check_targets SVF::mta )
|
|
71
|
+
list(APPEND _cmake_import_check_files_for_SVF::mta "${_IMPORT_PREFIX}/bin/mta" )
|
|
72
|
+
|
|
73
|
+
# Import target "SVF::saber" for configuration "Release"
|
|
74
|
+
set_property(TARGET SVF::saber APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
75
|
+
set_target_properties(SVF::saber PROPERTIES
|
|
76
|
+
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/saber"
|
|
77
|
+
)
|
|
78
|
+
|
|
79
|
+
list(APPEND _cmake_import_check_targets SVF::saber )
|
|
80
|
+
list(APPEND _cmake_import_check_files_for_SVF::saber "${_IMPORT_PREFIX}/bin/saber" )
|
|
81
|
+
|
|
82
|
+
# Import target "SVF::svf-ex" for configuration "Release"
|
|
83
|
+
set_property(TARGET SVF::svf-ex APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
84
|
+
set_target_properties(SVF::svf-ex PROPERTIES
|
|
85
|
+
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/svf-ex"
|
|
86
|
+
)
|
|
87
|
+
|
|
88
|
+
list(APPEND _cmake_import_check_targets SVF::svf-ex )
|
|
89
|
+
list(APPEND _cmake_import_check_files_for_SVF::svf-ex "${_IMPORT_PREFIX}/bin/svf-ex" )
|
|
90
|
+
|
|
91
|
+
# Import target "SVF::wpa" for configuration "Release"
|
|
92
|
+
set_property(TARGET SVF::wpa APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
93
|
+
set_target_properties(SVF::wpa PROPERTIES
|
|
94
|
+
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/wpa"
|
|
95
|
+
)
|
|
96
|
+
|
|
97
|
+
list(APPEND _cmake_import_check_targets SVF::wpa )
|
|
98
|
+
list(APPEND _cmake_import_check_files_for_SVF::wpa "${_IMPORT_PREFIX}/bin/wpa" )
|
|
99
|
+
|
|
100
|
+
# Commands beyond this point should not need to know the version.
|
|
101
|
+
set(CMAKE_IMPORT_FILE_VERSION)
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
# Generated by CMake
|
|
2
|
+
|
|
3
|
+
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
|
|
4
|
+
message(FATAL_ERROR "CMake >= 3.0.0 required")
|
|
5
|
+
endif()
|
|
6
|
+
if(CMAKE_VERSION VERSION_LESS "3.0.0")
|
|
7
|
+
message(FATAL_ERROR "CMake >= 3.0.0 required")
|
|
8
|
+
endif()
|
|
9
|
+
cmake_policy(PUSH)
|
|
10
|
+
cmake_policy(VERSION 3.0.0...3.29)
|
|
11
|
+
#----------------------------------------------------------------
|
|
12
|
+
# Generated CMake target import file.
|
|
13
|
+
#----------------------------------------------------------------
|
|
14
|
+
|
|
15
|
+
# Commands may need to know the format version.
|
|
16
|
+
set(CMAKE_IMPORT_FILE_VERSION 1)
|
|
17
|
+
|
|
18
|
+
# Protect against multiple inclusion, which would fail when already imported targets are added once more.
|
|
19
|
+
set(_cmake_targets_defined "")
|
|
20
|
+
set(_cmake_targets_not_defined "")
|
|
21
|
+
set(_cmake_expected_targets "")
|
|
22
|
+
foreach(_cmake_expected_target IN ITEMS SVF::SvfFlags SVF::SvfCore SVF::SvfLLVM SVF::ae SVF::cfl SVF::dvf SVF::llvm2svf SVF::mta SVF::saber SVF::svf-ex SVF::wpa)
|
|
23
|
+
list(APPEND _cmake_expected_targets "${_cmake_expected_target}")
|
|
24
|
+
if(TARGET "${_cmake_expected_target}")
|
|
25
|
+
list(APPEND _cmake_targets_defined "${_cmake_expected_target}")
|
|
26
|
+
else()
|
|
27
|
+
list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}")
|
|
28
|
+
endif()
|
|
29
|
+
endforeach()
|
|
30
|
+
unset(_cmake_expected_target)
|
|
31
|
+
if(_cmake_targets_defined STREQUAL _cmake_expected_targets)
|
|
32
|
+
unset(_cmake_targets_defined)
|
|
33
|
+
unset(_cmake_targets_not_defined)
|
|
34
|
+
unset(_cmake_expected_targets)
|
|
35
|
+
unset(CMAKE_IMPORT_FILE_VERSION)
|
|
36
|
+
cmake_policy(POP)
|
|
37
|
+
return()
|
|
38
|
+
endif()
|
|
39
|
+
if(NOT _cmake_targets_defined STREQUAL "")
|
|
40
|
+
string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}")
|
|
41
|
+
string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}")
|
|
42
|
+
message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n")
|
|
43
|
+
endif()
|
|
44
|
+
unset(_cmake_targets_defined)
|
|
45
|
+
unset(_cmake_targets_not_defined)
|
|
46
|
+
unset(_cmake_expected_targets)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
# Compute the installation prefix relative to this file.
|
|
50
|
+
get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
|
51
|
+
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
|
52
|
+
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
|
53
|
+
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
|
54
|
+
if(_IMPORT_PREFIX STREQUAL "/")
|
|
55
|
+
set(_IMPORT_PREFIX "")
|
|
56
|
+
endif()
|
|
57
|
+
|
|
58
|
+
# Create imported target SVF::SvfFlags
|
|
59
|
+
add_library(SVF::SvfFlags INTERFACE IMPORTED)
|
|
60
|
+
|
|
61
|
+
set_target_properties(SVF::SvfFlags PROPERTIES
|
|
62
|
+
INTERFACE_COMPILE_FEATURES "c_std_11;cxx_std_17"
|
|
63
|
+
INTERFACE_COMPILE_OPTIONS "\$<\$<NOT:\$<BOOL:ON>>:-fno-rtti>"
|
|
64
|
+
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/SVF;${_IMPORT_PREFIX}/include"
|
|
65
|
+
INTERFACE_LINK_DIRECTORIES "${_IMPORT_PREFIX}/lib"
|
|
66
|
+
INTERFACE_LINK_LIBRARIES "z3::libz3"
|
|
67
|
+
INTERFACE_LINK_OPTIONS "\$<\$<NOT:\$<BOOL:ON>>:-fno-rtti>"
|
|
68
|
+
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "include/SVF;include"
|
|
69
|
+
)
|
|
70
|
+
|
|
71
|
+
# Create imported target SVF::SvfCore
|
|
72
|
+
add_library(SVF::SvfCore SHARED IMPORTED)
|
|
73
|
+
|
|
74
|
+
set_target_properties(SVF::SvfCore PROPERTIES
|
|
75
|
+
INTERFACE_LINK_LIBRARIES "SVF::SvfFlags"
|
|
76
|
+
)
|
|
77
|
+
|
|
78
|
+
if(NOT CMAKE_VERSION VERSION_LESS "3.23.0")
|
|
79
|
+
target_sources(SVF::SvfCore
|
|
80
|
+
INTERFACE
|
|
81
|
+
FILE_SET "HEADERS"
|
|
82
|
+
TYPE "HEADERS"
|
|
83
|
+
BASE_DIRS "${_IMPORT_PREFIX}/include/SVF"
|
|
84
|
+
FILES "${_IMPORT_PREFIX}/include/SVF/AE/Core/AbstractState.h" "${_IMPORT_PREFIX}/include/SVF/AE/Core/AbstractValue.h" "${_IMPORT_PREFIX}/include/SVF/AE/Core/AddressValue.h" "${_IMPORT_PREFIX}/include/SVF/AE/Core/ICFGWTO.h" "${_IMPORT_PREFIX}/include/SVF/AE/Core/IntervalValue.h" "${_IMPORT_PREFIX}/include/SVF/AE/Core/NumericValue.h" "${_IMPORT_PREFIX}/include/SVF/AE/Core/RelExeState.h" "${_IMPORT_PREFIX}/include/SVF/AE/Core/RelationSolver.h" "${_IMPORT_PREFIX}/include/SVF/AE/Svfexe/AEDetector.h" "${_IMPORT_PREFIX}/include/SVF/AE/Svfexe/AbsExtAPI.h" "${_IMPORT_PREFIX}/include/SVF/AE/Svfexe/AbstractInterpretation.h" "${_IMPORT_PREFIX}/include/SVF/CFL/CFGNormalizer.h" "${_IMPORT_PREFIX}/include/SVF/CFL/CFGrammar.h" "${_IMPORT_PREFIX}/include/SVF/CFL/CFLAlias.h" "${_IMPORT_PREFIX}/include/SVF/CFL/CFLBase.h" "${_IMPORT_PREFIX}/include/SVF/CFL/CFLGramGraphChecker.h" "${_IMPORT_PREFIX}/include/SVF/CFL/CFLGraphBuilder.h" "${_IMPORT_PREFIX}/include/SVF/CFL/CFLSVFGBuilder.h" "${_IMPORT_PREFIX}/include/SVF/CFL/CFLSolver.h" "${_IMPORT_PREFIX}/include/SVF/CFL/CFLStat.h" "${_IMPORT_PREFIX}/include/SVF/CFL/CFLVF.h" "${_IMPORT_PREFIX}/include/SVF/CFL/GrammarBuilder.h" "${_IMPORT_PREFIX}/include/SVF/DDA/ContextDDA.h" "${_IMPORT_PREFIX}/include/SVF/DDA/DDAClient.h" "${_IMPORT_PREFIX}/include/SVF/DDA/DDAPass.h" "${_IMPORT_PREFIX}/include/SVF/DDA/DDAStat.h" "${_IMPORT_PREFIX}/include/SVF/DDA/DDAVFSolver.h" "${_IMPORT_PREFIX}/include/SVF/DDA/FlowDDA.h" "${_IMPORT_PREFIX}/include/SVF/FastCluster/fastcluster.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/BasicBlockG.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/CDG.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/CFLGraph.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/CHG.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/CallGraph.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/ConsG.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/ConsGEdge.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/ConsGNode.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/DOTGraphTraits.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/GenericGraph.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/GraphPrinter.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/GraphTraits.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/GraphWriter.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/ICFG.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/ICFGEdge.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/ICFGNode.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/ICFGStat.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/IRGraph.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/SCC.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/SVFG.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/SVFGEdge.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/SVFGNode.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/SVFGOPT.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/SVFGStat.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/ThreadCallGraph.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/VFG.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/VFGEdge.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/VFGNode.h" "${_IMPORT_PREFIX}/include/SVF/Graphs/WTO.h" "${_IMPORT_PREFIX}/include/SVF/MSSA/MSSAMuChi.h" "${_IMPORT_PREFIX}/include/SVF/MSSA/MemPartition.h" "${_IMPORT_PREFIX}/include/SVF/MSSA/MemRegion.h" "${_IMPORT_PREFIX}/include/SVF/MSSA/MemSSA.h" "${_IMPORT_PREFIX}/include/SVF/MSSA/SVFGBuilder.h" "${_IMPORT_PREFIX}/include/SVF/MTA/LockAnalysis.h" "${_IMPORT_PREFIX}/include/SVF/MTA/MHP.h" "${_IMPORT_PREFIX}/include/SVF/MTA/MTA.h" "${_IMPORT_PREFIX}/include/SVF/MTA/MTAStat.h" "${_IMPORT_PREFIX}/include/SVF/MTA/TCT.h" "${_IMPORT_PREFIX}/include/SVF/MemoryModel/AbstractPointsToDS.h" "${_IMPORT_PREFIX}/include/SVF/MemoryModel/AccessPath.h" "${_IMPORT_PREFIX}/include/SVF/MemoryModel/ConditionalPT.h" "${_IMPORT_PREFIX}/include/SVF/MemoryModel/MutablePointsToDS.h" "${_IMPORT_PREFIX}/include/SVF/MemoryModel/PersistentPointsToCache.h" "${_IMPORT_PREFIX}/include/SVF/MemoryModel/PersistentPointsToDS.h" "${_IMPORT_PREFIX}/include/SVF/MemoryModel/PointerAnalysis.h" "${_IMPORT_PREFIX}/include/SVF/MemoryModel/PointerAnalysisImpl.h" "${_IMPORT_PREFIX}/include/SVF/MemoryModel/PointsTo.h" "${_IMPORT_PREFIX}/include/SVF/MemoryModel/SVFLoop.h" "${_IMPORT_PREFIX}/include/SVF/SABER/DoubleFreeChecker.h" "${_IMPORT_PREFIX}/include/SVF/SABER/FileChecker.h" "${_IMPORT_PREFIX}/include/SVF/SABER/LeakChecker.h" "${_IMPORT_PREFIX}/include/SVF/SABER/ProgSlice.h" "${_IMPORT_PREFIX}/include/SVF/SABER/SaberCheckerAPI.h" "${_IMPORT_PREFIX}/include/SVF/SABER/SaberCondAllocator.h" "${_IMPORT_PREFIX}/include/SVF/SABER/SaberSVFGBuilder.h" "${_IMPORT_PREFIX}/include/SVF/SABER/SrcSnkDDA.h" "${_IMPORT_PREFIX}/include/SVF/SABER/SrcSnkSolver.h" "${_IMPORT_PREFIX}/include/SVF/SVFIR/ObjTypeInfo.h" "${_IMPORT_PREFIX}/include/SVF/SVFIR/PAGBuilderFromFile.h" "${_IMPORT_PREFIX}/include/SVF/SVFIR/SVFIR.h" "${_IMPORT_PREFIX}/include/SVF/SVFIR/SVFStatements.h" "${_IMPORT_PREFIX}/include/SVF/SVFIR/SVFType.h" "${_IMPORT_PREFIX}/include/SVF/SVFIR/SVFValue.h" "${_IMPORT_PREFIX}/include/SVF/SVFIR/SVFVariables.h" "${_IMPORT_PREFIX}/include/SVF/Util/Annotator.h" "${_IMPORT_PREFIX}/include/SVF/Util/BitVector.h" "${_IMPORT_PREFIX}/include/SVF/Util/CDGBuilder.h" "${_IMPORT_PREFIX}/include/SVF/Util/CallGraphBuilder.h" "${_IMPORT_PREFIX}/include/SVF/Util/Casting.h" "${_IMPORT_PREFIX}/include/SVF/Util/CommandLine.h" "${_IMPORT_PREFIX}/include/SVF/Util/CoreBitVector.h" "${_IMPORT_PREFIX}/include/SVF/Util/CxtStmt.h" "${_IMPORT_PREFIX}/include/SVF/Util/DPItem.h" "${_IMPORT_PREFIX}/include/SVF/Util/ExtAPI.h" "${_IMPORT_PREFIX}/include/SVF/Util/GeneralType.h" "${_IMPORT_PREFIX}/include/SVF/Util/GraphReachSolver.h" "${_IMPORT_PREFIX}/include/SVF/Util/NodeIDAllocator.h" "${_IMPORT_PREFIX}/include/SVF/Util/Options.h" "${_IMPORT_PREFIX}/include/SVF/Util/PTAStat.h" "${_IMPORT_PREFIX}/include/SVF/Util/SVFBugReport.h" "${_IMPORT_PREFIX}/include/SVF/Util/SVFLoopAndDomInfo.h" "${_IMPORT_PREFIX}/include/SVF/Util/SVFStat.h" "${_IMPORT_PREFIX}/include/SVF/Util/SVFUtil.h" "${_IMPORT_PREFIX}/include/SVF/Util/SparseBitVector.h" "${_IMPORT_PREFIX}/include/SVF/Util/ThreadAPI.h" "${_IMPORT_PREFIX}/include/SVF/Util/WorkList.h" "${_IMPORT_PREFIX}/include/SVF/Util/Z3Expr.h" "${_IMPORT_PREFIX}/include/SVF/Util/cJSON.h" "${_IMPORT_PREFIX}/include/SVF/Util/iterator.h" "${_IMPORT_PREFIX}/include/SVF/Util/iterator_range.h" "${_IMPORT_PREFIX}/include/SVF/WPA/Andersen.h" "${_IMPORT_PREFIX}/include/SVF/WPA/AndersenPWC.h" "${_IMPORT_PREFIX}/include/SVF/WPA/CSC.h" "${_IMPORT_PREFIX}/include/SVF/WPA/FlowSensitive.h" "${_IMPORT_PREFIX}/include/SVF/WPA/Steensgaard.h" "${_IMPORT_PREFIX}/include/SVF/WPA/TypeAnalysis.h" "${_IMPORT_PREFIX}/include/SVF/WPA/VersionedFlowSensitive.h" "${_IMPORT_PREFIX}/include/SVF/WPA/WPAFSSolver.h" "${_IMPORT_PREFIX}/include/SVF/WPA/WPAPass.h" "${_IMPORT_PREFIX}/include/SVF/WPA/WPASolver.h" "${_IMPORT_PREFIX}/include/SVF/WPA/WPAStat.h"
|
|
85
|
+
)
|
|
86
|
+
else()
|
|
87
|
+
set_property(TARGET SVF::SvfCore
|
|
88
|
+
APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
|
|
89
|
+
"${_IMPORT_PREFIX}/include/SVF"
|
|
90
|
+
)
|
|
91
|
+
endif()
|
|
92
|
+
|
|
93
|
+
# Create imported target SVF::SvfLLVM
|
|
94
|
+
add_library(SVF::SvfLLVM SHARED IMPORTED)
|
|
95
|
+
|
|
96
|
+
set_target_properties(SVF::SvfLLVM PROPERTIES
|
|
97
|
+
INTERFACE_LINK_LIBRARIES "SVF::SvfFlags;SVF::SvfCore;LLVM"
|
|
98
|
+
)
|
|
99
|
+
|
|
100
|
+
if(NOT CMAKE_VERSION VERSION_LESS "3.23.0")
|
|
101
|
+
target_sources(SVF::SvfLLVM
|
|
102
|
+
INTERFACE
|
|
103
|
+
FILE_SET "HEADERS"
|
|
104
|
+
TYPE "HEADERS"
|
|
105
|
+
BASE_DIRS "${_IMPORT_PREFIX}/include/SVF"
|
|
106
|
+
FILES "${_IMPORT_PREFIX}/include/SVF/SVF-LLVM/BasicTypes.h" "${_IMPORT_PREFIX}/include/SVF/SVF-LLVM/BreakConstantExpr.h" "${_IMPORT_PREFIX}/include/SVF/SVF-LLVM/CHGBuilder.h" "${_IMPORT_PREFIX}/include/SVF/SVF-LLVM/CppUtil.h" "${_IMPORT_PREFIX}/include/SVF/SVF-LLVM/DCHG.h" "${_IMPORT_PREFIX}/include/SVF/SVF-LLVM/GEPTypeBridgeIterator.h" "${_IMPORT_PREFIX}/include/SVF/SVF-LLVM/ICFGBuilder.h" "${_IMPORT_PREFIX}/include/SVF/SVF-LLVM/LLVMLoopAnalysis.h" "${_IMPORT_PREFIX}/include/SVF/SVF-LLVM/LLVMModule.h" "${_IMPORT_PREFIX}/include/SVF/SVF-LLVM/LLVMUtil.h" "${_IMPORT_PREFIX}/include/SVF/SVF-LLVM/ObjTypeInference.h" "${_IMPORT_PREFIX}/include/SVF/SVF-LLVM/SVFIRBuilder.h" "${_IMPORT_PREFIX}/include/SVF/SVF-LLVM/SymbolTableBuilder.h"
|
|
107
|
+
)
|
|
108
|
+
else()
|
|
109
|
+
set_property(TARGET SVF::SvfLLVM
|
|
110
|
+
APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
|
|
111
|
+
"${_IMPORT_PREFIX}/include/SVF"
|
|
112
|
+
)
|
|
113
|
+
endif()
|
|
114
|
+
|
|
115
|
+
# Create imported target SVF::ae
|
|
116
|
+
add_executable(SVF::ae IMPORTED)
|
|
117
|
+
|
|
118
|
+
# Create imported target SVF::cfl
|
|
119
|
+
add_executable(SVF::cfl IMPORTED)
|
|
120
|
+
|
|
121
|
+
# Create imported target SVF::dvf
|
|
122
|
+
add_executable(SVF::dvf IMPORTED)
|
|
123
|
+
|
|
124
|
+
# Create imported target SVF::llvm2svf
|
|
125
|
+
add_executable(SVF::llvm2svf IMPORTED)
|
|
126
|
+
|
|
127
|
+
# Create imported target SVF::mta
|
|
128
|
+
add_executable(SVF::mta IMPORTED)
|
|
129
|
+
|
|
130
|
+
# Create imported target SVF::saber
|
|
131
|
+
add_executable(SVF::saber IMPORTED)
|
|
132
|
+
|
|
133
|
+
# Create imported target SVF::svf-ex
|
|
134
|
+
add_executable(SVF::svf-ex IMPORTED)
|
|
135
|
+
|
|
136
|
+
# Create imported target SVF::wpa
|
|
137
|
+
add_executable(SVF::wpa IMPORTED)
|
|
138
|
+
|
|
139
|
+
# Load information for each installed configuration.
|
|
140
|
+
file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/SVFTargets-*.cmake")
|
|
141
|
+
foreach(_cmake_config_file IN LISTS _cmake_config_files)
|
|
142
|
+
include("${_cmake_config_file}")
|
|
143
|
+
endforeach()
|
|
144
|
+
unset(_cmake_config_file)
|
|
145
|
+
unset(_cmake_config_files)
|
|
146
|
+
|
|
147
|
+
# Cleanup temporary variables.
|
|
148
|
+
set(_IMPORT_PREFIX)
|
|
149
|
+
|
|
150
|
+
# Loop over all imported files and verify that they actually exist
|
|
151
|
+
foreach(_cmake_target IN LISTS _cmake_import_check_targets)
|
|
152
|
+
if(CMAKE_VERSION VERSION_LESS "3.28"
|
|
153
|
+
OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target}
|
|
154
|
+
OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}")
|
|
155
|
+
foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
|
|
156
|
+
if(NOT EXISTS "${_cmake_file}")
|
|
157
|
+
message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
|
|
158
|
+
\"${_cmake_file}\"
|
|
159
|
+
but this file does not exist. Possible reasons include:
|
|
160
|
+
* The file was deleted, renamed, or moved to another location.
|
|
161
|
+
* An install or uninstall procedure did not complete successfully.
|
|
162
|
+
* The installation package was faulty and contained
|
|
163
|
+
\"${CMAKE_CURRENT_LIST_FILE}\"
|
|
164
|
+
but not all the files it references.
|
|
165
|
+
")
|
|
166
|
+
endif()
|
|
167
|
+
endforeach()
|
|
168
|
+
endif()
|
|
169
|
+
unset(_cmake_file)
|
|
170
|
+
unset("_cmake_import_check_files_for_${_cmake_target}")
|
|
171
|
+
endforeach()
|
|
172
|
+
unset(_cmake_target)
|
|
173
|
+
unset(_cmake_import_check_targets)
|
|
174
|
+
|
|
175
|
+
# This file does not depend on other imported targets which have
|
|
176
|
+
# been exported from the same project but in a separate export set.
|
|
177
|
+
|
|
178
|
+
# Commands beyond this point should not need to know the version.
|
|
179
|
+
set(CMAKE_IMPORT_FILE_VERSION)
|
|
180
|
+
cmake_policy(POP)
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
prefix=${pcfiledir}/../..
|
|
2
|
+
exec_prefix=${prefix}
|
|
3
|
+
bindir=${exec_prefix}/bin
|
|
4
|
+
libdir=${exec_prefix}/lib
|
|
5
|
+
includedir=${exec_prefix}/include/SVF
|
|
6
|
+
|
|
7
|
+
Name: SVF
|
|
8
|
+
Description: SVF Points to Analysis Framework
|
|
9
|
+
Version: 3.1
|
|
10
|
+
Requires: z3
|
|
11
|
+
Libs: -L${libdir} -lSvfCore -lSvfLLVM
|
|
12
|
+
Cflags: -I${includedir}
|
package/package.json
CHANGED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
Start:
|
|
2
|
-
V
|
|
3
|
-
Terminal:
|
|
4
|
-
addr copy store load gep vgep
|
|
5
|
-
Productions:
|
|
6
|
-
F -> epsilon | F copy | addr Memflow | F store V load | store Memflow load | F F;
|
|
7
|
-
Fbar -> epsilon | copybar Fbar | Memflowbar addrbar | loadbar V storebar Fbar | loadbar Memflowbar storebar;
|
|
8
|
-
V -> Fbar V F | addrbar addr | gepbar_i V gep_i | gepbarpath V gep_0 | gepbar_i F gep_i | gepbar_i Fbar gep_i;
|
|
9
|
-
copy -> vgep;
|
|
10
|
-
copybar -> vgepbar;
|
|
11
|
-
gep_1 -> gep_0 F vgep | gep_0 F gep_1;
|
|
12
|
-
gepbar_1 -> gepbar_1 Fbar gepbar_0 | vgepbar Fbar gepbar_0;
|
|
13
|
-
gepbarpath -> gepbar_0 gepbar_0 | gepbarpath gepbar_0;
|
|
14
|
-
Memflow -> load store | Fbar Memflow | F Memflow Fbar | gep_i Memflow gepbar_i | gepbar_i Memflow gep_i;
|
|
15
|
-
Memflowbar -> storebar loadbar | Memflowbar F | F Memflowbar Fbar | gep_i Memflowbar gepbar_i | gepbar_i Memflowbar gep_i;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
Start:
|
|
2
|
-
V
|
|
3
|
-
Terminal:
|
|
4
|
-
addr copy store load gep
|
|
5
|
-
Productions:
|
|
6
|
-
F -> ( copy M ? ) *;
|
|
7
|
-
Fbar -> ( M ? copybar ) *;
|
|
8
|
-
M -> addr V addrbar;
|
|
9
|
-
V -> Fbar V F | gepbar_i V gep_i | M | epsilon | gepbar_i Memcpy gep_i | gep_i Memcpy gepbar_i | ArrayPath V gep_0;
|
|
10
|
-
ArrayPath -> gepbar_0 gepbar_0 | ArrayPath gepbar_0;
|
|
11
|
-
Memcpy -> addrbar V addr | gep_i Memcpy gepbar_i | F Memcpy Fbar;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
Copyright:
|
|
2
|
-
* fastcluster_dm.cpp & fastcluster_R_dm.cpp:
|
|
3
|
-
© 2011 Daniel Müllner <http://danifold.net>
|
|
4
|
-
* fastcluster.(h|cpp) & demo.cpp & plotresult.r:
|
|
5
|
-
© 2018 Christoph Dalitz <http://www.hsnr.de/ipattern/>
|
|
6
|
-
All rights reserved.
|
|
7
|
-
|
|
8
|
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
9
|
-
|
|
10
|
-
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
11
|
-
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
12
|
-
|
|
13
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/SVF-linux-aarch64/Release-build/include/{AE → SVF/AE}/Svfexe/AbstractInterpretation.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|