[PATCH] D62622: [CMake] Provide an option to use relative paths in debug info

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 18:36:08 PDT 2019


phosek added a comment.

In D62622#1522247 <https://reviews.llvm.org/D62622#1522247>, @aprantl wrote:

> -DLLVM_USE_RELATIVE_PATHS is very generic sounding and might give a false impression. Is there a name that emphasizes that this affects the debug info of the built compiler?


How about `LLVM_USE_RELATIVE_PATHS_IN_DEBUG_INFO` or `LLVM_ENABLE_RELOCATABLE_DEBUG_INFO`?


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

https://reviews.llvm.org/D62622





More information about the llvm-commits mailing list