File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -9,24 +9,6 @@ set(ORC_COMMON_SOURCES
9
9
dlfcn_wrapper.cpp
10
10
)
11
11
12
- # ORC runtime library implementation files for all ORC architectures.s
13
- set (ALL_ORC_SOURCES
14
- ${ORC_COMMON_SOURCES}
15
- coff_platform.cpp
16
- coff_platform.per_jd.cpp
17
- elfnix_platform.cpp
18
- macho_platform.cpp
19
- )
20
-
21
- # Implementation files for all ORC architectures.
22
- set (ALL_ORC_ASM_SOURCES
23
- macho_tlv.x86-64.S
24
- macho_tlv.arm64.S
25
- elfnix_tls.x86-64.S
26
- elfnix_tls.aarch64.S
27
- elfnix_tls.ppc64.S
28
- )
29
-
30
12
# Common implementation headers will go here.
31
13
set (ORC_COMMON_IMPL_HEADERS
32
14
adt.h
@@ -41,24 +23,6 @@ set(ORC_COMMON_IMPL_HEADERS
41
23
wrapper_function_utils.h
42
24
)
43
25
44
- # Implementation headers for all ORC architectures.
45
- set (ALL_ORC_IMPL_HEADERS
46
- ${ORC_COMMON_IMPL_HEADERS}
47
- macho_platform.h
48
- coff_platform.h
49
- elfnix_platform.h
50
- )
51
-
52
- # Create list of all source files for
53
- # consumption by tests.
54
- set (ORC_ALL_SOURCE_FILES
55
- ${ALL_ORC_SOURCES}
56
- ${ALL_ORC_ASM_SOURCES}
57
- ${ALL_ORC_IMPL_HEADERS}
58
- )
59
-
60
- list (REMOVE_DUPLICATES ORC_ALL_SOURCE_FILES )
61
-
62
26
# Now put it all together...
63
27
include_directories (.. )
64
28
include_directories (../../include )
You can’t perform that action at this time.
0 commit comments