[Lldb-commits] [PATCH] D60862: [CMake] Allow custom extensions for externalized debug info

Frederic Riss via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 18 09:12:24 PDT 2019


friss accepted this revision.
friss added a comment.
This revision is now accepted and ready to land.

Interesting. Cmake scoping rules are still a mystery to me. So when you `set(FOO ...), it's set only for the current scope and in any functions/macros you call in that scope? Then this seems like an ok solution.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60862





More information about the lldb-commits mailing list