[PATCH] D92958: [gn build] Add gn arg to only emit line numbers for debug info

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 12:56:43 PST 2020


thakis added a comment.

In D92958#2458734 <https://reviews.llvm.org/D92958#2458734>, @aeubanks wrote:

> So `is_debug = true` would just be an alias for `symbol_level = 2` and `is_debug = false` would be `symbol_level = 0`? Or should we just remove `is_debug` and have people only use `symbol_level`? It seems weird that you could specify `is_debug = true` and `symbol_level = 0` (and likewise `is_debug = false` and `symbol_level = 2`).

`is_debug = true` would be an alias for `symbol_level = 2; is_optimized = false`, right.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92958



More information about the llvm-commits mailing list