Skip to content

Commit

Permalink
[compiler-rt][ORC] Remove unused cmake variables (NFC) (#87742)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed May 14, 2024
1 parent 302db1a commit 332f5e7
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions compiler-rt/lib/orc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,6 @@ set(ORC_COMMON_SOURCES
dlfcn_wrapper.cpp
)

# ORC runtime library implementation files for all ORC architectures.s
set(ALL_ORC_SOURCES
${ORC_COMMON_SOURCES}
coff_platform.cpp
coff_platform.per_jd.cpp
elfnix_platform.cpp
macho_platform.cpp
)

# Implementation files for all ORC architectures.
set(ALL_ORC_ASM_SOURCES
macho_tlv.x86-64.S
macho_tlv.arm64.S
elfnix_tls.x86-64.S
elfnix_tls.aarch64.S
elfnix_tls.ppc64.S
)

# Common implementation headers will go here.
set(ORC_COMMON_IMPL_HEADERS
adt.h
Expand All @@ -41,24 +23,6 @@ set(ORC_COMMON_IMPL_HEADERS
wrapper_function_utils.h
)

# Implementation headers for all ORC architectures.
set(ALL_ORC_IMPL_HEADERS
${ORC_COMMON_IMPL_HEADERS}
macho_platform.h
coff_platform.h
elfnix_platform.h
)

# Create list of all source files for
# consumption by tests.
set(ORC_ALL_SOURCE_FILES
${ALL_ORC_SOURCES}
${ALL_ORC_ASM_SOURCES}
${ALL_ORC_IMPL_HEADERS}
)

list(REMOVE_DUPLICATES ORC_ALL_SOURCE_FILES)

# Now put it all together...
include_directories(..)
include_directories(../../include)
Expand Down

0 comments on commit 332f5e7

Please sign in to comment.