[PATCH] D118082: [clang][Driver] use DWARF4 for wasm
Derek Schuff via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 24 15:26:27 PST 2022
dschuff updated this revision to Diff 402694.
dschuff added a comment.
just one blank line
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118082/new/
https://reviews.llvm.org/D118082
Files:
clang/test/Driver/debug-options.c
Index: clang/test/Driver/debug-options.c
===================================================================
--- clang/test/Driver/debug-options.c
+++ clang/test/Driver/debug-options.c
@@ -134,13 +134,11 @@
// WebAssembly.
// WebAssembly should default to DWARF4.
-// RUN: %clang -### -c -g %s -target wasm32 -gdwarf-4 2>&1 \
+// RUN: %clang -### -c -g %s -target wasm32 2>&1 \
// RUN: | FileCheck -check-prefix=G_DWARF4 %s
-// RUN: %clang -### -c -g %s -target wasm64 -gdwarf-4 2>&1 \
+// RUN: %clang -### -c -g %s -target wasm64 2>&1 \
// RUN: | FileCheck -check-prefix=G_DWARF4 %s
-
-
// RUN: %clang -### -c -gdwarf-2 %s 2>&1 \
// RUN: | FileCheck -check-prefix=G_ONLY_DWARF2 %s
//
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118082.402694.patch
Type: text/x-patch
Size: 732 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220124/3630277a/attachment.bin>
More information about the cfe-commits
mailing list