[PATCH] D26948: TargetSubtargetInfo: Move implementation to lib/CodeGen; NFC

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 21 18:17:24 PST 2016


chandlerc added a comment.

If you want to do this, we should really move the header as well. We shouldn't have classes with headers in Target and implementation in CodeGen.

However, I suspect that will present more problems... =/


Repository:
  rL LLVM

https://reviews.llvm.org/D26948





More information about the llvm-commits mailing list