Home
last modified time | relevance | path

Searched refs:WARN (Results 1 – 25 of 94) sorted by relevance

1234

/llvm-project-15.0.7/llvm/test/MC/Disassembler/ARM/
H A Dunpredictable-AExtI-arm.txt4 # CHECK-WARN: potentially undefined
5 # CHECK-WARN: 0x74 0x03 0xaf 0x06
9 # CHECK-WARN: potentially undefined
10 # CHECK-WARN: 0x74 0x3f 0xbf 0x06
14 # CHECK-WARN: potentially undefined
15 # CHECK-WARN: 0x74 0x3f 0xa6 0x06
20 # CHECK-WARN: 0x74 0x3f 0xb7 0x06
25 # CHECK-WARN: 0x74 0x3f 0x8f 0x06
30 # CHECK-WARN: 0x74 0x3f 0x86 0x06
35 # CHECK-WARN: 0x74 0x3f 0xef 0x06
[all …]
H A Dinvalid-FSTMX-arm.txt1 # RUN: llvm-mc --disassemble %s -triple=armv7 2>&1 | FileCheck %s -check-prefix=CHECK-WARN
5 # CHECK-WARN: potentially undefined
6 # CHECK-WARN: 0x01 0xdb 0x84 0xec
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dlvi-hardening-inline-asm.ll90 ; WARN-NEXT: ^
96 ; WARN-NEXT: repnz scasb
97 ; WARN-NEXT: ^
103 ; WARN-NEXT: repnz
104 ; WARN-NEXT: ^
121 ; WARN-NEXT: jmpq *(%rdx)
122 ; WARN-NEXT: ^
128 ; WARN-NEXT: jmpq *0x100(%rdx)
129 ; WARN-NEXT: ^
135 ; WARN-NEXT: callq *200(%rdx)
[all …]
/llvm-project-15.0.7/lld/test/ELF/
H A Dsymbol-ordering-file-warnings.s97 # WARN-NOT: warning:
99 # WARN-NOT: warning:
101 # WARN-NOT: warning:
103 # WARN-NOT: warning:
105 # WARN-NOT: warning:
107 # WARN-NOT: warning:
109 # WARN-NOT: warning:
111 # WARN-NOT: warning:
113 # WARN-NOT: warning:
115 # WARN-NOT: warning:
[all …]
H A Dcomdat-binding.s14 # RUN: ld.lld -e 0 %t/w.o %t/g.o -o %t/und --noinhibit-exec 2>&1 | FileCheck %s --check-prefix=WARN
21 # WARN: warning: relocation refers to a symbol in a discarded section: f()::x
22 # WARN-NEXT: >>> defined in {{.*}}g.o
23 # WARN-NEXT: >>> section group signature: _ZZ1fvE1x
24 # WARN-NEXT: >>> prevailing definition is in {{.*}}w.o
25 # WARN-NEXT: >>> or the symbol in the prevailing group had STB_WEAK binding and the symbol in a non…
26 # WARN-NEXT: >>> referenced by {{.*}}g.o:(.text+0x3)
H A Dmagic-page-combo-warn.s6 …-z max-page-size=0x10 -z common-page-size=0x10 -N %t -o %t2 2>&1 | FileCheck --check-prefix=WARN %s
8 …page-size=0x10 -z common-page-size=0x10 --omagic %t -o %t2 2>&1 | FileCheck --check-prefix=WARN %s
11 # WARN: ld.lld: warning: -z max-page-size set, but paging disabled by omagic or nmagic
12 # WARN-NEXT: ld.lld: warning: -z common-page-size set, but paging disabled by omagic or nmagic
31 …z max-page-size=0x10 -z common-page-size=0x10 -n %t -o %t3 2>&1 | FileCheck --check-prefix=WARN %s
33 …page-size=0x10 -z common-page-size=0x10 --nmagic %t -o %t3 2>&1 | FileCheck --check-prefix=WARN %s
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Ddirective_align.s2 # RUN: FileCheck < %t.err %s --check-prefix=CHECK-WARN
15 # CHECK-WARN: error: alignment must be a power of 2
20 # CHECK-WARN: p2align directive with no operand(s) is ignored
26 # CHECK-WARN: error: alignment must be smaller than 2**32
32 # CHECK-WARN: error: alignment must be a power of 2
33 # CHECK-WARN: error: alignment must be smaller than 2**32
/llvm-project-15.0.7/llvm/test/Linker/
H A Dtargettriple.ll2 ; RUN: cat %t.a.err | FileCheck --check-prefix=WARN-A %s --allow-empty
5 ; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s
7 ; RUN: cat %t.c.err | FileCheck --check-prefix=WARN-C %s --allow-empty
10 ; RUN: cat %t.no-warn.err | FileCheck --check-prefix=WARN-A %s --allow-empty
16 ; WARN-A-NOT: warning
19 ; WARN-B: warning: Linking two modules of different target triples:
22 ; WARN-C-NOT: warning
H A Ddatalayout.ll4 ; RUN: FileCheck --check-prefix=WARN-A %s < %t.a.err
7 ; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s
12 ; WARN-A-NOT: warning
14 ; WARN-B: warning: Linking two modules of different data layouts:
H A Dcuda-libdevice.ll21 ; RUN: | FileCheck --check-prefixes COMMON,WARN-TRIPLE %s
23 ; RUN: | FileCheck --check-prefixes COMMON,WARN-TRIPLE,WARN-DL %s
29 ; WARN-TRIPLE-DAG: warning: Linking two modules of different target triples:
30 ; WARN-DL-DAG: warning: Linking two modules of different data layouts:
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Ddeprecated-v8.s6 …le thumbv8 -show-encoding -no-deprecated-warn < %s 2>&1 | FileCheck %s --check-prefix=CHECK-NO-WARN
12 @ CHECK-NO-WARN-NOT: warning: deprecated
19 @ CHECK-NO-WARN-NOT: warning: deprecated since v7, use 'isb'
26 @ CHECK-NO-WARN-NOT: warning: deprecated since v7, use 'dsb'
33 @ CHECK-NO-WARN-NOT: warning: deprecated since v7, use 'dmb'
38 @ CHECK-NO-WARN-NOT: warning
45 @ CHECK-NO-WARN-NOT: warning
50 @ CHECK-NO-WARN-NOT: warning
55 @ CHECK-NO-WARN-NOT: warning
60 @ CHECK-NO-WARN-NOT: warning
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/
H A Dwarn-missing-section.test10 # RUN: | FileCheck --check-prefix=SINGLE-WARN %s
14 # RUN: | FileCheck --check-prefixes=SINGLE-WARN --implicit-check-not=warning: %s
22 # RUN: | FileCheck --check-prefix=MULTI-WARN %s
30 # RUN: | FileCheck --check-prefix=SINGLE-WARN %s
32 # RUN: | FileCheck --check-prefix=SINGLE-WARN %s
40 # RUN: | FileCheck --check-prefix=SINGLE-WARN %s
48 # RUN: | FileCheck --check-prefix=MULTI-WARN %s
51 # SINGLE-WARN: warning: section 'single' mentioned in a -j/--section option, but not found in any i…
52 # MULTI-WARN: warning: section 'multi1' mentioned in a -j/--section option, but not found in a…
53 # MULTI-WARN-NEXT: warning: section 'multi2' mentioned in a -j/--section option, but not found in a…
H A Dwarn-on-out-of-range-start-stop-address.test16 # RUN: | FileCheck %s --check-prefix=WARN
22 # RUN: | FileCheck %s --check-prefix=WARN
28 # RUN: | FileCheck %s --check-prefix=WARN
32 # RUN: | FileCheck %s --check-prefix=WARN-STOP-ONLY
36 # RUN: | FileCheck %s --check-prefix=WARN-START-ONLY
106 # RUN: | FileCheck %s --check-prefix=WARN
110 # RUN: | FileCheck %s --check-prefix=WARN
114 # RUN: | FileCheck %s --check-prefix=WARN
123 # WARN: warning: {{.*}}: no section overlaps the range {{.*}} specified by --start-address/--stop-a…
124 # WARN-STOP-ONLY: warning: {{.*}}: no section has address less than 0x1000 specified by --stop-addr…
[all …]
/llvm-project-15.0.7/llvm/test/DebugInfo/
H A Ddebugify.ll17 ; RUN: FileCheck %s -check-prefix=CHECK-WARN
20 ; RUN: FileCheck %s -check-prefix=CHECK-WARN
91 ; CHECK-WARN: WARNING: Instruction with empty DebugLoc in function foo -- ret void
92 ; CHECK-WARN: WARNING: Instruction with empty DebugLoc in function bar -- call void @foo()
94 ; CHECK-WARN: WARNING: Instruction with empty DebugLoc in function bar -- ret i32 0
95 ; CHECK-WARN: WARNING: Missing line 1
96 ; CHECK-WARN: WARNING: Missing line 2
97 ; CHECK-WARN: WARNING: Missing line 3
98 ; CHECK-WARN: WARNING: Missing line 4
99 ; CHECK-WARN: WARNING: Missing variable 1
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/
H A Ddebug-str.yaml52 # RUN: llvm-dwarfdump --debug-str %t3.o 2>&1 | FileCheck %s --check-prefix=WARN
54 # WARN: .debug_str contents:
55 # WARN-NEXT: 0x00000000: "abc"
56 # WARN-NEXT: warning: no null terminated string at offset 0x4
57 # WARN: .debug_str.dwo contents:
58 # WARN-NEXT: 0x00000000: "abc"
59 # WARN-NEXT: warning: no null terminated string at offset 0x4
/llvm-project-15.0.7/llvm/test/tools/llvm-ar/
H A Doption-X.test15 # RUN: FileCheck %s --check-prefixes=WARN-XCOFF64,WARN-ELF64
21 # RUN: FileCheck %s --check-prefixes=WARN-XCOFF64,WARN-ELF64
27 # RUN: FileCheck %s --check-prefixes=WARN-XCOFF64,WARN-ELF64
32 # RUN: FileCheck %s --check-prefixes=WARN-XCOFF64,WARN-ELF64
37 # RUN: FileCheck %s --check-prefixes=WARN-XCOFF64,WARN-ELF64
43 # RUN: FileCheck %s --check-prefixes=WARN-XCOFF32,WARN-ELF32
59 # RUN: FileCheck %s --check-prefixes=WARN-XCOFF64,WARN-ELF64
64 # RUN: FileCheck %s --check-prefixes=WARN-XCOFF32,WARN-ELF32
182 # RUN: FileCheck %s --check-prefix=WARN-XCOFF64
312 # RUN: FileCheck %s --check-prefixes=WARN-64
[all …]
/llvm-project-15.0.7/llvm/test/LTO/X86/
H A Dstrip-debug-info.ll6 ; RUN: FileCheck %s -allow-empty -check-prefix=CHECK-WARN
11 ; RUN: FileCheck %s -allow-empty -check-prefix=CHECK-WARN
18 ; RUN: FileCheck %s -allow-empty -check-prefix=CHECK-WARN
26 ; RUN: FileCheck %s -allow-empty -check-prefix=CHECK-WARN
28 ; CHECK-WARN: warning{{.*}} ignoring invalid debug info
29 ; CHECK-WARN-NOT: Broken module found
/llvm-project-15.0.7/llvm/test/MC/Hexagon/
H A Dnowarn.s3 …-warnings -arch=hexagon -mhvx --filetype=asm %s 2>&1 | FileCheck --check-prefix=CHECK-FATAL-WARN %s
15 # CHECK-FATAL-WARN-NOT: warning
16 # CHECK-FATAL-WARN: error
17 # CHECK-FATAL-WARN: error
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctionsWeak.cpp23 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \ argument
42 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \ in ExternalFunctions() argument
45 #NAME, WARN); in ExternalFunctions()
H A DFuzzerExtFunctionsWindows.cpp47 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \ argument
72 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \ in ExternalFunctions() argument
73 this->NAME = GetFnPtr<decltype(::NAME)>(::NAME, ::NAME##Def, #NAME, WARN); in ExternalFunctions()
/llvm-project-15.0.7/clang/test/Driver/
H A Dhip-code-object-version.hip8 // RUN: %s 2>&1 | FileCheck -check-prefixes=V2,V2-WARN %s
15 // V2-WARN: warning: argument '-mno-code-object-v3' is deprecated, use '-mcode-object-version=2' in…
24 // RUN: %s 2>&1 | FileCheck -check-prefixes=V3,V3-WARN %s
36 // V3-WARN: warning: argument '-mcode-object-v3' is deprecated, use '-mcode-object-version=3' inste…
105 // RUN: %s 2>&1 | FileCheck -check-prefixes=WARN %s
106 // WARN: warning: argument '-mno-code-object-v3' is deprecated, use '-mcode-object-version=2' inste…
107 // WARN: warning: argument '-mcode-object-v3' is deprecated, use '-mcode-object-version=3' instead …
108 // WARN-NOT: warning: argument {{.*}} is deprecated
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dxnack-subtarget-feature-disabled.ll1 …n -mcpu=gfx600 -debug-only=amdgpu-subtarget -o /dev/null %s 2>&1 | FileCheck --check-prefix=WARN %s
2 …n -mcpu=gfx700 -debug-only=amdgpu-subtarget -o /dev/null %s 2>&1 | FileCheck --check-prefix=WARN %s
7 …h=amdgcn -mcpu=gfx1100 -debug-only=amdgpu-subtarget -o - %s 2>&1 | FileCheck --check-prefix=WARN %s
11 ; WARN: warning: xnack 'Off' was requested for a processor that does not support it!
H A Dxnack-subtarget-feature-enabled.ll1 …n -mcpu=gfx600 -debug-only=amdgpu-subtarget -o /dev/null %s 2>&1 | FileCheck --check-prefix=WARN %s
2 …n -mcpu=gfx700 -debug-only=amdgpu-subtarget -o /dev/null %s 2>&1 | FileCheck --check-prefix=WARN %s
7 …h=amdgcn -mcpu=gfx1100 -debug-only=amdgpu-subtarget -o - %s 2>&1 | FileCheck --check-prefix=WARN %s
11 ; WARN: warning: xnack 'On' was requested for a processor that does not support it!
/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Ddeprecated-csr-names.s13 # RUN: llvm-mc -triple riscv32 %s 2>&1 | FileCheck -check-prefix CHECK-WARN %s
29 # CHECK-WARN: warning: 'sbadaddr' is a deprecated alias for 'stval'
45 # CHECK-WARN: warning: 'mbadaddr' is a deprecated alias for 'mtval'
61 # CHECK-WARN: warning: 'ubadaddr' is a deprecated alias for 'utval'
77 # CHECK-WARN: warning: 'sptbr' is a deprecated alias for 'satp'
/llvm-project-15.0.7/lld/test/COFF/
H A Dincremental.test10 # RUN: | FileCheck -allow-empty -check-prefix=WARN-REF %s
40 # RUN: | FileCheck -check-prefix=WARN-ICF %s
58 # RUN: | FileCheck -check-prefix=WARN-REF %s
65 # RUN: -order:@%t.order 2>&1 | FileCheck -check-prefix=WARN-ORDER %s
77 # RUN: -profile 2>&1 | FileCheck -check-prefix=WARN-PROFILE %s
95 # WARN-ICF: ignoring '/incremental' because ICF is enabled; use '/opt:noicf' to disable
96 # WARN-REF: ignoring '/incremental' because REF is enabled; use '/opt:noref' to disable
97 # WARN-ORDER: ignoring '/incremental' due to '/order' specification
98 # WARN-PROFILE: ignoring '/incremental' due to '/profile' specification

1234