[PATCH] D86113: [ValueTracking] define/use max recursion depth in header

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 17 15:00:59 PDT 2020


lebedev.ri added a comment.

Even though it is `constexpr`, you most likely want to also define it in `ValueTracking.cpp` TU,
i remember having pretty fun linking issues with cases like this.


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

https://reviews.llvm.org/D86113



More information about the llvm-commits mailing list