Mesa (main): clc: initialise one more llvm stage

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 14 22:00:15 UTC 2022


Module: Mesa
Branch: main
Commit: fdab8722240b722204f57ba2eebd8ee73309c118
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fdab8722240b722204f57ba2eebd8ee73309c118

Author: Dave Airlie <airlied at gmail.com>
Date:   Wed Oct 13 11:25:15 2021 +1000

clc: initialise one more llvm stage

Reviewed-by: Jason Ekstrand <jason.ekstrand at collabora.com>
Reviewed-by: Jesse Natalie <jenatali at microsoft.com>
Reviewed-by: Icecream95 <ixn at disroot.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15937>

---

 src/compiler/clc/clc_helpers.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/compiler/clc/clc_helpers.cpp b/src/compiler/clc/clc_helpers.cpp
index 189152c5849..73d34ddab72 100644
--- a/src/compiler/clc/clc_helpers.cpp
+++ b/src/compiler/clc/clc_helpers.cpp
@@ -1153,5 +1153,6 @@ clc_initialize_llvm(void)
    LLVMInitializeAllTargets();
    LLVMInitializeAllTargetInfos();
    LLVMInitializeAllTargetMCs();
+   LLVMInitializeAllAsmParsers();
    LLVMInitializeAllAsmPrinters();
 }



More information about the mesa-commit mailing list