Skip to content

Commit

Permalink
[llvm-core] remove remaining split-dwarf capability
Browse files Browse the repository at this point in the history
  • Loading branch information
planetmarshall committed Sep 5, 2024
1 parent 1aa8107 commit bd3f92f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions recipes/llvm-core/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,14 +268,6 @@ def generate(self):

self._apply_resource_limits(cmake_variables)

# this capability is back-ported from LLVM 14.x
is_platform_ELF_based = self.settings.os in [
"Linux", "Android", "FreeBSD", "SunOS", "AIX", "Neutrino", "VxWorks"
]
if is_platform_ELF_based:
self.output.info("ELF Platform Detected, optimizing memory usage during debug build linking.")
cmake_variables["LLVM_USE_SPLIT_DWARF"] = True

if is_msvc(self):
build_type = str(self.settings.build_type).upper()
cmake_variables[f"LLVM_USE_CRT_{build_type}"] = msvc_runtime_flag(self)
Expand Down

0 comments on commit bd3f92f

Please sign in to comment.