ya.make 870 B

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