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
 //


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
 //
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to