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,16 @@
# llvm-bcanalyzer
> LLVM Bitcode (`.bc`) 분석기.
> 더 많은 정보: <https://llvm.org/docs/CommandGuide/llvm-bcanalyzer.html>.
- Bitcode 파일에 대한 통계 출력:
`llvm-bcanalyzer {{경로/대상/파일.bc}}`
- Bitcode 파일에 대한 SGML 표현과 통계 출력:
`llvm-bcanalyzer -dump {{경로/대상/파일.bc}}`
- `stdin`에서 Bitcode 파일을 읽고 분석:
`cat {{경로/대상/파일.bc}} | llvm-bcanalyzer`