Skip to content
Snippets Groups Projects
Commit 2cfe9345 authored by Jan Beich's avatar Jan Beich
Browse files

graphics/vulkan-loader: chase Clang assert on i386 reference

parent cf5941dd
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ post-patch:
-e '/FALLBACK/s,/etc,${PREFIX}&,' \
-e 's,/usr/local,${PREFIX},' \
${WRKSRC}/CMakeLists.txt
# https://bugs.llvm.org/show_bug.cgi?id=47348
# https://github.com/llvm/llvm-project/issues/46692
@if [ "${CHOSEN_COMPILER_TYPE}-${ARCH}-${_OSRELEASE:C/.*-//}" = "clang-i386-CURRENT" ]; then \
${ECHO} "disabled" >${WRKSRC}/loader/asm_test_x86.S; \
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment