[PATCH] D121510: [Support] Introduce the BLAKE3 hashing function implementation
Argyrios Kyrtzidis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 14 10:01:44 PDT 2022
akyrtzi added a comment.
In D121510#3377338 <https://reviews.llvm.org/D121510#3377338>, @compnerd wrote:
> I think that you would need to do an `enable_language(ASM)` to have that be built properly, I don't think that we currently have any assembly routines in LLVM/clang and so that language has never been enabled.
Thank you! 🙇🏻♂️ `enable_language(ASM_MASM)` got the windows build working.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121510/new/
https://reviews.llvm.org/D121510
More information about the llvm-commits
mailing list