ya.make 940 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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/llvm14
  7. contrib/libs/llvm14/lib/MC
  8. contrib/libs/llvm14/lib/Support
  9. )
  10. ADDINCL(
  11. contrib/libs/llvm14/lib/MCA
  12. )
  13. NO_COMPILER_WARNINGS()
  14. NO_UTIL()
  15. SRCS(
  16. CodeEmitter.cpp
  17. Context.cpp
  18. CustomBehaviour.cpp
  19. HWEventListener.cpp
  20. HardwareUnits/HardwareUnit.cpp
  21. HardwareUnits/LSUnit.cpp
  22. HardwareUnits/RegisterFile.cpp
  23. HardwareUnits/ResourceManager.cpp
  24. HardwareUnits/RetireControlUnit.cpp
  25. HardwareUnits/Scheduler.cpp
  26. InstrBuilder.cpp
  27. Instruction.cpp
  28. Pipeline.cpp
  29. Stages/DispatchStage.cpp
  30. Stages/EntryStage.cpp
  31. Stages/ExecuteStage.cpp
  32. Stages/InOrderIssueStage.cpp
  33. Stages/InstructionTables.cpp
  34. Stages/MicroOpQueueStage.cpp
  35. Stages/RetireStage.cpp
  36. Stages/Stage.cpp
  37. Support.cpp
  38. View.cpp
  39. )
  40. END()