Add LLVM_ENABLE_RTTI option to llvm-amdgpu package, required by mesa. (#35655)
This commit is contained in:
parent
ff07fd5ccb
commit
ebc2efdfd2
@ -230,6 +230,7 @@ def cmake_args(self):
|
||||
self.define("LIBCXXABI_ENABLE_STATIC", "ON"),
|
||||
self.define("LIBCXXABI_INSTALL_STATIC_LIBRARY", "OFF"),
|
||||
]
|
||||
args.append(self.define("LLVM_ENABLE_RTTI", "ON"))
|
||||
if self.spec.satisfies("@4.3.0:4.5.2"):
|
||||
llvm_projects.append("libcxx")
|
||||
llvm_projects.append("libcxxabi")
|
||||
|
Loading…
Reference in New Issue
Block a user