Skip to content

Commit 4e1d6b8

Browse files
committed
Bring back compiler-rt clang runtime
This is used by some builds for address space sanitization for instance. Functionality was dropped by mistake with the 2025.1 releases. Signed-off-by: Jean-Francois Panisset <[email protected]>
1 parent 78c44af commit 4e1d6b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/conan/recipes/clang/conanfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ def generate(self):
349349
# It is likely the latter that the user expects by a "shared library" build.
350350
"BUILD_SHARED_LIBS": False,
351351
"LLVM_ENABLE_PROJECTS": "clang;clang-tools-extra;lld",
352+
"LLVM_ENABLE_RUNTIMES": "compiler-rt", # ASWF: some projects use address space sanitization
352353
"LLVM_BUILD_LLVM_DYLIB": self.options.shared,
353354
"LLVM_LINK_LLVM_DYLIB": self.options.shared,
354355
"LLVM_DYLIB_COMPONENTS": self.options.components,

0 commit comments

Comments
 (0)