mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 14:35:42 +02:00
llvm-cat: add Spanish translation (#15307)
This commit is contained in:
parent
f9bebddde1
commit
7c8819baa3
1 changed files with 8 additions and 0 deletions
8
pages.es/common/llvm-cat.md
Normal file
8
pages.es/common/llvm-cat.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue