1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.es/common/llvm-cat.md

9 lines
282 B
Markdown
Raw Normal View History

# llvm-cat
> Concatena archivos bitcode LLVM (`.bc`).
> Más información: <https://github.com/llvm/llvm-project/blob/main/llvm/tools/llvm-cat/llvm-cat.cpp>.
- Concatena archivos de bitcode:
`llvm-cat {{ruta/al/archivo1.bc}} {{ruta/al/archivo2.bc}} -o {{ruta/a/concatenado.bc}}`