[PATCH] D75328: [cmake] Fix LLVM_USE_SPLIT_DWARF

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 11:30:57 PST 2020


aprantl added a comment.

One thing I ran into by accident recently was that `-DLLVM_USE_SPLIT_DWARF=1` in a Release (no debug info) also turned non debug info. Is that still the case and if yes, should we conditionalize this on building with debug info?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75328





More information about the llvm-commits mailing list