[PATCH] D92958: [gn build] Add gn arg to only emit line numbers for debug info
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 16 12:44:48 PST 2020
aeubanks added a comment.
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`).
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