1234567891011121314151617181920212223242526272829303132 |
- # Generated by devtools/yamaker.
- LIBRARY()
- LICENSE(Apache-2.0 WITH LLVM-exception)
- LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
- PEERDIR(
- contrib/libs/llvm14
- contrib/libs/llvm14/lib/DebugInfo/DWARF
- contrib/libs/llvm14/lib/DebugInfo/Symbolize
- contrib/libs/llvm14/lib/MC
- contrib/libs/llvm14/lib/MC/MCParser
- contrib/libs/llvm14/lib/Object
- contrib/libs/llvm14/lib/Support
- )
- ADDINCL(
- contrib/libs/llvm14/tools/llvm-cfi-verify/lib
- )
- NO_COMPILER_WARNINGS()
- NO_UTIL()
- SRCS(
- FileAnalysis.cpp
- GraphBuilder.cpp
- )
- END()
|