[PATCH] D143981: [Support/BLAKE3] Rename blake3_* -> llvm_blake3_* to avoid symbol collisions
Argyrios Kyrtzidis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 13 23:36:11 PST 2023
akyrtzi added a comment.
`.s` files can use the preprocessor as well. I'd recommend to add a file that do the renames using `#define`, like in `blake3_impl.h`, and include it in all the `.s
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143981/new/
https://reviews.llvm.org/D143981
More information about the llvm-commits
mailing list