[PATCH] D118754: [DebugInfo] Always emit `.debug_names` with dwarf 5 for Apple platforms

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 3 13:54:52 PST 2022


probinson added inline comments.


================
Comment at: clang/test/CodeGen/debug-info-names.c:4
 // RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o - -ggnu-pubnames | FileCheck --check-prefix=GNU %s
+// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o - -gapplenames | FileCheck --check-prefix=APPLE %s
 
----------------
I thought `-gapplenames` went away?


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

https://reviews.llvm.org/D118754



More information about the llvm-commits mailing list