[PATCH] D107501: [Compiler-RT] On Apple Platforms switch to always emitting full debug info

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 4 16:23:08 PDT 2021


delcypher added a comment.

In D107501#2926864 <https://reviews.llvm.org/D107501#2926864>, @aralisza wrote:

> How come we emit a fatal error if -g isn’t supported?

@aralisza 
Because I don't want to silently drop debug info. All compilers I'm aware of actually used to build on Apple platforms should support it.  If it causes problems we can remove the check.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107501



More information about the llvm-commits mailing list