We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdab6ff commit cbb5f03Copy full SHA for cbb5f03
clang/test/Driver/debug-options-as.c
@@ -37,7 +37,7 @@
37
// Check that clang-cl with the -Z7 option works the same, not triggering
38
// any DWARF output.
39
//
40
-// RUN: %clang_cl -### -c -Z7 -x assembler -- %s 2>&1 \
+// RUN: %clang_cl -### --target=x86_64-pc-windows-msvc -c -Z7 -x assembler -- %s 2>&1 \
41
// RUN: | FileCheck -check-prefix=MSVC %s
42
43
// Check to make sure clang with -g on a .s file gets passed -dwarf-debug-producer.
0 commit comments