Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[xsrc/trunk]: xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm se...
details: https://anonhg.NetBSD.org/xsrc/rev/b6b04c385506
branches: trunk
changeset: 7579:b6b04c385506
user: rjs <rjs%NetBSD.org@localhost>
date: Sun Jul 16 21:54:33 2023 +0000
description:
setOverrideStackAlignment() isn't in our llvm runtime library.
diffstat:
external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r ae37c4265695 -r b6b04c385506 external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
--- a/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp Sun Jul 16 21:41:49 2023 +0000
+++ b/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp Sun Jul 16 21:54:33 2023 +0000
@@ -619,8 +619,10 @@ lp_is_function(LLVMValueRef v)
extern "C" void
lp_set_module_stack_alignment_override(LLVMModuleRef MRef, unsigned align)
{
+#if 0
#if LLVM_VERSION_MAJOR >= 13
llvm::Module *M = llvm::unwrap(MRef);
M->setOverrideStackAlignment(align);
#endif
+#endif
}
Home |
Main Index |
Thread Index |
Old Index