[oe-commits] [openembedded-core] 03/12: llvm: Enable RTTI support in preparation for new mesa

git at git.openembedded.org git at git.openembedded.org
Sun Mar 24 17:02:14 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 8e24164606185e1d8b8eb293a30bb22760218f06
Author: Otavio Salvador <otavio at ossystems.com.br>
AuthorDate: Thu Mar 21 15:35:39 2019 -0300

    llvm: Enable RTTI support in preparation for new mesa
    
    The mesa 19.0.0 release requires RTTI to allow the build of Nouveau
    driver, which is enabled by default when building for x86 and x86-64
    target.
    
    This commit enables RTTI support so it prepares the toolchain for the
    upcoming change.
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/llvm/llvm_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb
index c68512c..d2ea927 100644
--- a/meta/recipes-devtools/llvm/llvm_git.bb
+++ b/meta/recipes-devtools/llvm/llvm_git.bb
@@ -70,6 +70,7 @@ EXTRA_OECMAKE += "-DLLVM_ENABLE_ASSERTIONS=OFF \
                   -DLLVM_BINDINGS_LIST='' \
                   -DLLVM_LINK_LLVM_DYLIB=ON \
                   -DLLVM_ENABLE_FFI=ON \
+                  -DLLVM_ENABLE_RTTI=ON \
                   -DFFI_INCLUDE_DIR=$(pkg-config --variable=includedir libffi) \
                   -DLLVM_OPTIMIZED_TABLEGEN=ON \
                   -DLLVM_TARGETS_TO_BUILD='${LLVM_TARGETS}' \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list