common/l*: add Korean translation (#14665)

This commit is contained in:
코드싸이
2024-11-07 09:27:55 +09:00
committed by GitHub
parent feb91d75ea
commit ef281bb658
103 changed files with 2279 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# llvm-cat
> LLVM 비트코드(`.bc`) 파일을 연결.
> 더 많은 정보: <https://github.com/llvm/llvm-project/blob/main/llvm/tools/llvm-cat/llvm-cat.cpp>.
- 비트코드 파일 연결:
`llvm-cat {{경로/대상/파일1.bc}} {{경로/대상/파일2.bc}} -o {{경로/대상/출력.bc}}`