ya.make 485 B

1234567891011121314151617181920212223242526272829303132
  1. # Generated by devtools/yamaker.
  2. LIBRARY()
  3. LICENSE(Apache-2.0 WITH LLVM-exception)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. PEERDIR(
  6. contrib/libs/llvm12
  7. )
  8. ADDINCL(
  9. contrib/libs/llvm12/utils/TableGen/GlobalISel
  10. )
  11. NO_COMPILER_WARNINGS()
  12. NO_UTIL()
  13. SRCS(
  14. CodeExpander.cpp
  15. GIMatchDag.cpp
  16. GIMatchDagEdge.cpp
  17. GIMatchDagInstr.cpp
  18. GIMatchDagOperands.cpp
  19. GIMatchDagPredicate.cpp
  20. GIMatchDagPredicateDependencyEdge.cpp
  21. GIMatchTree.cpp
  22. )
  23. END()