svf-lib 1.0.2316 → 1.0.2317

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.
@@ -0,0 +1,46 @@
1
+ /**
2
+ * SVF instance configuration header
3
+ *
4
+ * WARNING: This file is automatically generated; changes will be overwritten!
5
+ *
6
+ */
7
+
8
+ #ifndef SVF_CONFIG_H_IN
9
+ #define SVF_CONFIG_H_IN
10
+
11
+ // Expose base properties of this SVF instance
12
+ #define SVF_VERSION "3.1"
13
+ #define SVF_BUILD_TYPE "Release"
14
+ #define SVF_C_STANDARD "11"
15
+ #define SVF_CXX_STANDARD "17"
16
+ #define SVF_SHARED_LIBS 1
17
+ #define SVF_C_EXTENSIONS 0
18
+ #define SVF_CXX_EXTENSIONS 0
19
+ #define SVF_C_STANDARD_REQUIRED 0
20
+ #define SVF_CXX_STANDARD_REQUIRED 0
21
+
22
+ // Expose configurable build options for this SVF instance
23
+ #define SVF_NO_EH 0
24
+ #define SVF_NO_RTTI 0
25
+ #define SVF_USE_PIC 1
26
+ #define SVF_USE_LTO 0
27
+ #define SVF_USE_LLD 0
28
+ #define SVF_COVERAGE 0
29
+ #define SVF_DEBUG_INFO 0
30
+ #define SVF_WARN_AS_ERROR 1
31
+ #define SVF_EXPORT_DYNAMIC 0
32
+ #define SVF_ENABLE_ASSERTIONS 1
33
+ /* #undef SVF_SANITIZE */
34
+
35
+ // Expose the source/build locations of this SVF instance; only for legacy
36
+ // use-cases; should not be used directly by end users!
37
+ #define SVF_BUILD_EXTAPI_BC "/home/runner/work/SVF/SVF/Release-build/lib/extapi.bc"
38
+ #define SVF_SOURCE_DIR "/home/runner/work/SVF/SVF"
39
+ #define SVF_BUILD_DIR ""
40
+
41
+ // Define fallback for installed extapi.bc location to build tree's extapi.bc
42
+ #ifndef SVF_INSTALL_EXTAPI_BC
43
+ # define SVF_INSTALL_EXTAPI_BC SVF_BUILD_EXTAPI_BC
44
+ #endif
45
+
46
+ #endif // SVF_CONFIG_H_IN