ya.make 986 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # Generated by devtools/yamaker.
  2. LIBRARY()
  3. VERSION(16.0.0)
  4. LICENSE(Apache-2.0 WITH LLVM-exception)
  5. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  6. PEERDIR(
  7. contrib/libs/llvm16
  8. contrib/libs/llvm16/lib/MC
  9. contrib/libs/llvm16/lib/Support
  10. )
  11. ADDINCL(
  12. contrib/libs/llvm16/lib/MCA
  13. )
  14. NO_COMPILER_WARNINGS()
  15. NO_UTIL()
  16. SRCS(
  17. CodeEmitter.cpp
  18. Context.cpp
  19. CustomBehaviour.cpp
  20. HWEventListener.cpp
  21. HardwareUnits/HardwareUnit.cpp
  22. HardwareUnits/LSUnit.cpp
  23. HardwareUnits/RegisterFile.cpp
  24. HardwareUnits/ResourceManager.cpp
  25. HardwareUnits/RetireControlUnit.cpp
  26. HardwareUnits/Scheduler.cpp
  27. IncrementalSourceMgr.cpp
  28. InstrBuilder.cpp
  29. Instruction.cpp
  30. Pipeline.cpp
  31. Stages/DispatchStage.cpp
  32. Stages/EntryStage.cpp
  33. Stages/ExecuteStage.cpp
  34. Stages/InOrderIssueStage.cpp
  35. Stages/InstructionTables.cpp
  36. Stages/MicroOpQueueStage.cpp
  37. Stages/RetireStage.cpp
  38. Stages/Stage.cpp
  39. Support.cpp
  40. View.cpp
  41. )
  42. END()