[PATCH] D118754: [DebugInfo] Always emit `.debug_names` with dwarf 5 for Apple platforms
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 4 15:30:11 PST 2022
JDevlieghere 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
----------------
probinson wrote:
> I thought `-gapplenames` went away?
Yup, I forgot to unstage this test.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118754/new/
https://reviews.llvm.org/D118754
More information about the llvm-commits
mailing list