[PATCH] D89764: [llvm] Fix ODRViolations for VersionTuple YAML specializations NFC

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 23:20:33 PDT 2020


dblaikie added a comment.

Alternatively - if two places in the project need a ScalarTraits for VersionTuple, perhaps we should implement that in one central place (either near VersionTuple or ScalarTraits or, if necessary, in some 3rd utility location that can be include/used by those who depend on both (if there's code that really needs to be able to depend on either one without always depending on both))


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89764/new/

https://reviews.llvm.org/D89764



More information about the llvm-commits mailing list