[PATCH] D46791: Make -gsplit-dwarf generally available
Adrian Prantl via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 3 13:11:23 PDT 2019
aprantl added inline comments.
================
Comment at: test/Driver/split-debug.c:28
+// MACOSX-CHECK-ACTIONS: objcopy{{.*}}--extract-dwo{{.*}}"split-debug.dwo"
+// MACOSX-CHECK-ACTIONS: objcopy{{.*}}--strip-dwo{{.*}}"split-debug.o"
----------------
split dwarf does not make sense on macOS since the debug info is never linked into the binary to begin with, so you might as well not test this configuration, or even better error out when it is chosen.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D46791/new/
https://reviews.llvm.org/D46791
More information about the cfe-commits
mailing list