Skip to content

Commit 332f5e7

Browse files
authored
[compiler-rt][ORC] Remove unused cmake variables (NFC) (#87742)
1 parent 302db1a commit 332f5e7

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

compiler-rt/lib/orc/CMakeLists.txt

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,6 @@ set(ORC_COMMON_SOURCES
99
dlfcn_wrapper.cpp
1010
)
1111

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-
3012
# Common implementation headers will go here.
3113
set(ORC_COMMON_IMPL_HEADERS
3214
adt.h
@@ -41,24 +23,6 @@ set(ORC_COMMON_IMPL_HEADERS
4123
wrapper_function_utils.h
4224
)
4325

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-
6226
# Now put it all together...
6327
include_directories(..)
6428
include_directories(../../include)

0 commit comments

Comments
 (0)