mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-11 09:36:06 +00:00

We had two sets of build<flavour> methods, whose bodies were largely identical. This makes any kind of modification in their vicinity repetitive and error-prone. Replace each set with a single method taking an optional debug_info parameter. Differential Revision: https://reviews.llvm.org/D111989