1234567891011121314151617181920212223242526272829303132333435363738394041 |
- # Generated by devtools/yamaker.
- LIBRARY()
- VERSION(16.0.0)
- LICENSE(Apache-2.0 WITH LLVM-exception)
- LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
- PEERDIR(
- contrib/libs/llvm16
- contrib/libs/llvm16/include
- contrib/libs/llvm16/lib/MC
- contrib/libs/llvm16/lib/Support
- contrib/libs/llvm16/lib/Target/WebAssembly/TargetInfo
- contrib/libs/llvm16/lib/Target/WebAssembly/Utils
- contrib/libs/llvm16/lib/TargetParser
- )
- ADDINCL(
- ${ARCADIA_BUILD_ROOT}/contrib/libs/llvm16/lib/Target/WebAssembly
- contrib/libs/llvm16/lib/Target/WebAssembly
- contrib/libs/llvm16/lib/Target/WebAssembly/MCTargetDesc
- )
- NO_COMPILER_WARNINGS()
- NO_UTIL()
- SRCS(
- WebAssemblyAsmBackend.cpp
- WebAssemblyInstPrinter.cpp
- WebAssemblyMCAsmInfo.cpp
- WebAssemblyMCCodeEmitter.cpp
- WebAssemblyMCTargetDesc.cpp
- WebAssemblyTargetStreamer.cpp
- WebAssemblyWasmObjectWriter.cpp
- )
- END()
|