[PATCH] D66760: clang: default to DWARF 4 for FreeBSD 12.0 and later

Ed Maste via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 3 08:12:41 PDT 2019


emaste marked an inline comment as done.
emaste added inline comments.


================
Comment at: clang/test/Driver/debug-options.c:69
 // FreeBSD.
-// RUN: %clang -### -c -g %s -target x86_64-pc-freebsd10.0 2>&1 \
-// RUN:             | FileCheck -check-prefix=G_GDB %s
+// RUN: %clang -### -c -g %s -target x86_64-pc-freebsd11.0 2>&1 \
+// RUN:             | FileCheck -check-prefix=G_GDB \
----------------
FreeBSD 10 is out of support now, so use 11 as the base case


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

https://reviews.llvm.org/D66760





More information about the llvm-commits mailing list