[clang] [RFC][Clang] Add __builtin_pointee_address_space (PR #210242)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 22 13:57:04 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 55790 tests passed
* 1418 tests skipped
* 2 tests failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.Preprocessor/init-aarch64.c</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -triple=aarch64 -xc /dev/null > C:\_work\llvm-project\llvm-project\build\tools\clang\test\Preprocessor\Output\init-aarch64.c.tmp.aarch64
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -triple=aarch64 -xc /dev/null
# note: command had no output on stdout or stderr
# RUN: at line 2
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe --check-prefixes=AARCH64,AARCH64_LE,AARCH64_C C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init-aarch64.c --match-full-lines < C:\_work\llvm-project\llvm-project\build\tools\clang\test\Preprocessor\Output\init-aarch64.c.tmp.aarch64
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' --check-prefixes=AARCH64,AARCH64_LE,AARCH64_C 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init-aarch64.c' --match-full-lines
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init-aarch64.c:55:18: error: AARCH64-NEXT: is not on the line after the previous match
# | // AARCH64-NEXT: #define __CLANG_ATOMIC_BOOL_LOCK_FREE 2
# | ^
# | <stdin>:73:1: note: 'next' match was here
# | #define __CLANG_ATOMIC_BOOL_LOCK_FREE 2
# | ^
# | <stdin>:41:23: note: previous match ended here
# | #define __CHAR_BIT__ 8
# | ^
# | <stdin>:42:1: note: non-matching line after previous match is here
# | #define __CLANG_ADDRESS_SPACE_CUDA_CONSTANT 9
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init-aarch64.c
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 36: #define __BITINT_MAXWIDTH__ 128
# | 37: #define __BOOL_WIDTH__ 1
# | 38: #define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__
# | 39: #define __CHAR16_TYPE__ unsigned short
# | 40: #define __CHAR32_TYPE__ unsigned int
# | 41: #define __CHAR_BIT__ 8
# | next:55'0 { search range start (exclusive)
# | 42: #define __CLANG_ADDRESS_SPACE_CUDA_CONSTANT 9
# | 43: #define __CLANG_ADDRESS_SPACE_CUDA_DEVICE 8
# | 44: #define __CLANG_ADDRESS_SPACE_CUDA_SHARED 10
# | 45: #define __CLANG_ADDRESS_SPACE_DEFAULT 0
# | 46: #define __CLANG_ADDRESS_SPACE_HIP_CONSTANT 28
# | .
# | .
# | .
# | 68: #define __CLANG_ADDRESS_SPACE_SYCL_GLOBAL_HOST 13
# | 69: #define __CLANG_ADDRESS_SPACE_SYCL_LOCAL 14
# | 70: #define __CLANG_ADDRESS_SPACE_SYCL_PRIVATE 15
# | 71: #define __CLANG_ADDRESS_SPACE_TARGET_OFFSET 16777216
# | 72: #define __CLANG_ADDRESS_SPACE_WASM_FUNCREF 26
# | 73: #define __CLANG_ATOMIC_BOOL_LOCK_FREE 2
# | next:55'1 !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: match on wrong line
# | 74: #define __CLANG_ATOMIC_CHAR16_T_LOCK_FREE 2
# | 75: #define __CLANG_ATOMIC_CHAR32_T_LOCK_FREE 2
# | 76: #define __CLANG_ATOMIC_CHAR_LOCK_FREE 2
# | 77: #define __CLANG_ATOMIC_INT_LOCK_FREE 2
# | 78: #define __CLANG_ATOMIC_LLONG_LOCK_FREE 2
# | .
# | .
# | .
# | 422: #define __clang_major__ 24
# | 423: #define __clang_minor__ 0
# | 424: #define __clang_patchlevel__ 0
# | 425: #define __clang_version__ "24.0.0git (https://github.com/llvm/llvm-project 1f180cff4eecaf9242bf4751a3490acd69ac618a)"
# | 426: #define __clang_wide_literal_encoding__ "UTF-32"
# | 427: #define __llvm__ 1
# | next:55'2 } search range end (exclusive)
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>Clang.Preprocessor/init.c</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix INTERFERENCE C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix INTERFERENCE 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 8
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -x assembler-with-cpp < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix ASM C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -x assembler-with-cpp
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix ASM 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 13
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -fblocks -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix BLOCKS C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -fblocks -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix BLOCKS 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 18
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++2d -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix CXX29 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++2d -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix CXX29 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 27
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++26 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix CXX26 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++26 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix CXX26 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 28
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++2c -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix CXX26 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++2c -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix CXX26 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 37
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++23 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix CXX2B C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++23 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix CXX2B 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 38
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++2b -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix CXX2B C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++2b -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix CXX2B 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 47
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++20 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix CXX2A C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++20 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix CXX2A 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 48
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++2a -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix CXX2A C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++2a -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix CXX2A 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 57
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++17 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix CXX1Z C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++17 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix CXX1Z 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 58
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++1z -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix CXX1Z C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++1z -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix CXX1Z 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 68
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++14 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix CXX1Y C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++14 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix CXX1Y 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 69
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++1y -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix CXX1Y C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++1y -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix CXX1Y 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 79
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++11 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix CXX11 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++11 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix CXX11 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 89
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++98 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix CXX98 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++98 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix CXX98 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 98
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -fdeprecated-macro -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix DEPRECATED C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -fdeprecated-macro -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix DEPRECATED 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 103
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -std=c99 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix C99 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -std=c99 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix C99 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 112
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -std=c17 -triple=x86_64-pc-win32 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix C17-FMT C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -std=c17 -triple=x86_64-pc-win32 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix C17-FMT 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 113
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -std=c23 -triple=x86_64-pc-win32 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix C23-FMT C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -std=c23 -triple=x86_64-pc-win32 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix C23-FMT 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 177
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -std=c11 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix C11 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -std=c11 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix C11 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 178
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -std=c1x -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix C11 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -std=c1x -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix C11 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 179
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -std=iso9899:2011 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix C11 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -std=iso9899:2011 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix C11 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 180
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -std=iso9899:201x -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix C11 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -std=iso9899:201x -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix C11 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 192
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -fgnuc-version=4.2.1 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix COMMON C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -fgnuc-version=4.2.1 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix COMMON 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 216
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -triple=x86_64-pc-win32 < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix C-DEFAULT C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -triple=x86_64-pc-win32
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix C-DEFAULT 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 217
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -triple=x86_64-pc-linux-gnu < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix C-DEFAULT C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -triple=x86_64-pc-linux-gnu
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix C-DEFAULT 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 218
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -triple=x86_64-apple-darwin < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix C-DEFAULT C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -triple=x86_64-apple-darwin
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix C-DEFAULT 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 219
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -triple=armv7a-apple-darwin < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix C-DEFAULT C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -triple=armv7a-apple-darwin
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix C-DEFAULT 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 223
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -ffreestanding -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix FREESTANDING C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -ffreestanding -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix FREESTANDING 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 226
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++2d -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix GXX29 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++2d -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix GXX29 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 233
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++26 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix GXX26 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++26 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix GXX26 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 234
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++2c -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix GXX26 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++2c -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix GXX26 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 241
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++23 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix GXX2B C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++23 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix GXX2B 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 242
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++2b -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix GXX2B C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++2b -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix GXX2B 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 249
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++20 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix GXX2A C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++20 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix GXX2A 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 250
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++2a -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix GXX2A C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++2a -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix GXX2A 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 258
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++17 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix GXX1Z C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++17 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix GXX1Z 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 259
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++1z -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix GXX1Z C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++1z -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix GXX1Z 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 267
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++14 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix GXX1Y C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++14 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix GXX1Y 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 268
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++1y -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix GXX1Y C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++1y -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix GXX1Y 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 276
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++11 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix GXX11 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++11 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix GXX11 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 284
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++98 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix GXX98 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=gnu++98 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix GXX98 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 292
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -std=iso9899:199409 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix C94 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -std=iso9899:199409 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix C94 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 297
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -fms-extensions -triple i686-pc-win32 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix MSEXT C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -fms-extensions -triple i686-pc-win32 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix MSEXT 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 307
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fms-extensions -triple i686-pc-win32 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix MSEXT-CXX C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fms-extensions -triple i686-pc-win32 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix MSEXT-CXX 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 314
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fno-wchar -fms-extensions -triple i686-pc-win32 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix MSEXT-CXX-NOWCHAR C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fno-wchar -fms-extensions -triple i686-pc-win32 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix MSEXT-CXX-NOWCHAR 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 321
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x objective-c -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix OBJC C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x objective-c -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix OBJC 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 322
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x objective-c++ -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix OBJC C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x objective-c++ -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix OBJC 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 329
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x objective-c -fobjc-gc -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix OBJCGC C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x objective-c -fobjc-gc -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix OBJCGC 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 334
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x objective-c -fobjc-exceptions -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix NONFRAGILE C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x objective-c -fobjc-exceptions -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix NONFRAGILE 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 340
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix O0 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix O0 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 347
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -fno-inline -O3 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix NO_INLINE C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -fno-inline -O3 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix NO_INLINE 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 354
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -O1 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix O1 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -O1 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix O1 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 360
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -Og -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix Og C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -Og -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix Og 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 366
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -Os -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix Os C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -Os -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix Os 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 372
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -Oz -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix Oz C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -Oz -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix Oz 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 378
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -fpascal-strings -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix PASCAL C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -fpascal-strings -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix PASCAL 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 383
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix SCHAR C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix SCHAR 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 389
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -fwchar-type=short -fno-signed-wchar < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix SHORTWCHAR C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -fwchar-type=short -fno-signed-wchar
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix SHORTWCHAR 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 391
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -fwchar-type=short -fno-signed-wchar -triple=x86_64-w64-mingw32 < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix SHORTWCHAR C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -fwchar-type=short -fno-signed-wchar -triple=x86_64-w64-mingw32
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix SHORTWCHAR 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 392
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -dM -fwchar-type=short -fno-signed-wchar -triple=x86_64-unknown-windows-cygnus -E /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix SHORTWCHAR C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -dM -fwchar-type=short -fno-signed-wchar -triple=x86_64-unknown-windows-cygnus -E /dev/null
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix SHORTWCHAR 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 399
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -fwchar-type=int -triple=i686-unknown-unknown < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix SHORTWCHAR2 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -fwchar-type=int -triple=i686-unknown-unknown
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix SHORTWCHAR2 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 400
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -fwchar-type=int -triple=x86_64-unknown-unknown < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix SHORTWCHAR2 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -fwchar-type=int -triple=x86_64-unknown-unknown
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix SHORTWCHAR2 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 407
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -triple=msp430-none-none < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix MSP430 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -triple=msp430-none-none
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix MSP430 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 408
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -E -dM -ffreestanding -triple=msp430-none-none < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix MSP430 -check-prefix MSP430-CXX C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -E -dM -ffreestanding -triple=msp430-none-none
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix MSP430 -check-prefix MSP430-CXX 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 603
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -triple=nvptx-none-none < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix NVPTX32 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -triple=nvptx-none-none
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix NVPTX32 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 604
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -E -dM -ffreestanding -triple=nvptx-none-none < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix NVPTX32 -check-prefix NVPTX32-CXX C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -E -dM -ffreestanding -triple=nvptx-none-none
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix NVPTX32 -check-prefix NVPTX32-CXX 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 801
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -triple=nvptx64-none-none < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix NVPTX64 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -triple=nvptx64-none-none
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix NVPTX64 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 802
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -E -dM -ffreestanding -triple=nvptx64-none-none < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix NVPTX64 -check-prefix NVPTX64-CXX C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -E -dM -ffreestanding -triple=nvptx64-none-none
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix NVPTX64 -check-prefix NVPTX64-CXX 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1000
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x cl -E -dM -ffreestanding -triple=amdgcn < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix AMDGCN --check-prefix AMDGPU C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x cl -E -dM -ffreestanding -triple=amdgcn
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix AMDGCN --check-prefix AMDGPU 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1001
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x cl -E -dM -ffreestanding -triple=r600 -target-cpu caicos < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines --check-prefix AMDGPU C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x cl -E -dM -ffreestanding -triple=r600 -target-cpu caicos
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines --check-prefix AMDGPU 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1011
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=sparc-none-none < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix SPARC -check-prefix SPARC-DEFAULT C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=sparc-none-none
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix SPARC -check-prefix SPARC-DEFAULT 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1012
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=sparc-rtems-elf < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix SPARC -check-prefix SPARC-DEFAULT C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=sparc-rtems-elf
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix SPARC -check-prefix SPARC-DEFAULT 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1013
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=sparc-none-netbsd < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix SPARC -check-prefix SPARC-NETOPENBSD C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=sparc-none-netbsd
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix SPARC -check-prefix SPARC-NETOPENBSD 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1014
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=sparc-none-none < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix SPARC -check-prefix SPARC-DEFAULT -check-prefix SPARC-DEFAULT-CXX C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=sparc-none-none
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix SPARC -check-prefix SPARC-DEFAULT -check-prefix SPARC-DEFAULT-CXX 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1222
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=tce-none-none < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix TCE C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=tce-none-none
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix TCE 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1223
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=tce-none-none < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix TCE -check-prefix TCE-CXX C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=tce-none-none
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix TCE -check-prefix TCE-CXX 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1398
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -triple=x86_64-scei-ps4 < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe --match-full-lines --check-prefixes=PS4,PS4ONLY C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -triple=x86_64-scei-ps4
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' --match-full-lines --check-prefixes=PS4,PS4ONLY 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1399
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -triple=x86_64-sie-ps5 < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe --match-full-lines --check-prefixes=PS4,PS5ONLY C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -triple=x86_64-sie-ps5
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' --match-full-lines --check-prefixes=PS4,PS5ONLY 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1518
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -E -dM -ffreestanding -triple=x86_64-scei-ps4 < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe --match-full-lines --check-prefix PS4-CXX C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -E -dM -ffreestanding -triple=x86_64-scei-ps4
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' --match-full-lines --check-prefix PS4-CXX 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1519
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -E -dM -ffreestanding -triple=x86_64-sie-ps5 < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe --match-full-lines --check-prefix PS4-CXX C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -E -dM -ffreestanding -triple=x86_64-sie-ps5
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' --match-full-lines --check-prefix PS4-CXX 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1522
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -triple=x86_64-pc-mingw32 < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix X86-64-DECLSPEC-GNU C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -triple=x86_64-pc-mingw32
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix X86-64-DECLSPEC-GNU 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1525
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -fms-extensions -triple=x86_64-unknown-mingw32 < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix X86-64-DECLSPEC-MS C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -fms-extensions -triple=x86_64-unknown-mingw32
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix X86-64-DECLSPEC-MS 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1526
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -fdeclspec -triple=x86_64-unknown-mingw32 < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix X86-64-DECLSPEC-MS C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -fdeclspec -triple=x86_64-unknown-mingw32
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix X86-64-DECLSPEC-MS 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1529
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -triple=sparc64-none-none < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix SPARCV9 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -triple=sparc64-none-none
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix SPARCV9 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1542
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -triple=sparc64-none-openbsd < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix SPARC64-OBSD C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -triple=sparc64-none-openbsd
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix SPARC64-OBSD 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1551
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -triple=x86_64-pc-kfreebsd-gnu < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix KFREEBSD-DEF C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -triple=x86_64-pc-kfreebsd-gnu
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix KFREEBSD-DEF 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1555
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -triple=i686-pc-kfreebsd-gnu < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix KFREEBSDI686-DEF C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -triple=i686-pc-kfreebsd-gnu
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix KFREEBSDI686-DEF 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1559
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -triple i686-pc-linux-gnu -fobjc-runtime=gcc -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix GNUSOURCE C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -triple i686-pc-linux-gnu -fobjc-runtime=gcc -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix GNUSOURCE 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1560
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -triple sparc-rtems-elf -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix GNUSOURCE C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -triple sparc-rtems-elf -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix GNUSOURCE 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1565
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x objective-c -triple i386-unknown-freebsd -fobjc-runtime=gnustep-1.9 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix GNUSTEP1 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x objective-c -triple i386-unknown-freebsd -fobjc-runtime=gnustep-1.9 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix GNUSTEP1 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1567
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x objective-c -triple i386-unknown-freebsd -fobjc-runtime=gnustep-2.5 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix GNUSTEP2 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x objective-c -triple i386-unknown-freebsd -fobjc-runtime=gnustep-2.5 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix GNUSTEP2 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1570
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++98 -fno-rtti -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix NORTTI C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -fgnuc-version=4.2.1 -std=c++98 -fno-rtti -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix NORTTI 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1575
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -triple arm-linux-androideabi -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix ANDROID C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -triple arm-linux-androideabi -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix ANDROID 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1581
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -triple i686-linux-android -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix I386-ANDROID-CXX C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -triple i686-linux-android -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix I386-ANDROID-CXX 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1584
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c++ -triple x86_64-linux-android -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix X86_64-ANDROID-CXX C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c++ -triple x86_64-linux-android -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix X86_64-ANDROID-CXX 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1587
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -triple arm-linux-androideabi20 -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix ANDROID20 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -triple arm-linux-androideabi20 -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix ANDROID20 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1593
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -triple lanai-unknown-unknown -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix LANAI C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -triple lanai-unknown-unknown -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix LANAI 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1596
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -triple=aarch64-unknown-haiku -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix HAIKU C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -triple=aarch64-unknown-haiku -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix HAIKU 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1597
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -triple=arm-unknown-haiku -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix HAIKU C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -triple=arm-unknown-haiku -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix HAIKU 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1598
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -triple=riscv64-unknown-haiku -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix HAIKU C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -triple=riscv64-unknown-haiku -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix HAIKU 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1599
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -triple=x86_64-unknown-haiku -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix HAIKU C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -triple=x86_64-unknown-haiku -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix HAIKU 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1600
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -triple=i386-unknown-haiku -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix HAIKU C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -triple=i386-unknown-haiku -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix HAIKU 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1603
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -triple=amd64-unknown-openbsd6.1 < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix OPENBSD C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -triple=amd64-unknown-openbsd6.1
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix OPENBSD 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1604
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -triple=aarch64-unknown-openbsd6.1 < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix OPENBSD C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -triple=aarch64-unknown-openbsd6.1
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix OPENBSD 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1605
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -triple=arm-unknown-openbsd6.1-gnueabi < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix OPENBSD C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -triple=arm-unknown-openbsd6.1-gnueabi
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix OPENBSD 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1606
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -triple=i386-unknown-openbsd6.1 < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix OPENBSD C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -triple=i386-unknown-openbsd6.1
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix OPENBSD 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1607
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -triple=powerpc-unknown-openbsd6.1 < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix OPENBSD C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -triple=powerpc-unknown-openbsd6.1
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix OPENBSD 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1608
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -triple=powerpc64-unknown-openbsd6.1 < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix OPENBSD C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -triple=powerpc64-unknown-openbsd6.1
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix OPENBSD 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1609
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -triple=powerpc64le-unknown-openbsd6.1 < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix OPENBSD C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -triple=powerpc64le-unknown-openbsd6.1
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix OPENBSD 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1610
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -triple=mips64-unknown-openbsd6.1 < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix OPENBSD C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -triple=mips64-unknown-openbsd6.1
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix OPENBSD 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1611
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -triple=mips64el-unknown-openbsd6.1 < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix OPENBSD C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -triple=mips64el-unknown-openbsd6.1
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix OPENBSD 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1612
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -triple=sparc64-unknown-openbsd6.1 < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix OPENBSD C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -triple=sparc64-unknown-openbsd6.1
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix OPENBSD 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1613
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -triple=riscv64-unknown-openbsd6.1 < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix OPENBSD C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -triple=riscv64-unknown-openbsd6.1
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix OPENBSD 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1633
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c -std=c11 -E -dM -ffreestanding -triple=amd64-unknown-openbsd < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix OPENBSD-STDC C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c -std=c11 -E -dM -ffreestanding -triple=amd64-unknown-openbsd
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix OPENBSD-STDC 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1634
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c -std=gnu11 -E -dM -ffreestanding -triple=amd64-unknown-openbsd < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix OPENBSD-STDC C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c -std=gnu11 -E -dM -ffreestanding -triple=amd64-unknown-openbsd
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix OPENBSD-STDC 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1635
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c -std=c17 -E -dM -ffreestanding -triple=amd64-unknown-openbsd < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix OPENBSD-STDC C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c -std=c17 -E -dM -ffreestanding -triple=amd64-unknown-openbsd
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix OPENBSD-STDC 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1638
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c -std=c99 -E -dM -ffreestanding -triple=amd64-unknown-openbsd < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix OPENBSD-STDC-N C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c -std=c99 -E -dM -ffreestanding -triple=amd64-unknown-openbsd
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix OPENBSD-STDC-N 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1641
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c -std=c11 -E -dM -ffreestanding -triple=x86_64-unknown-dragonfly < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix DRAGONFLY-STDC C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c -std=c11 -E -dM -ffreestanding -triple=x86_64-unknown-dragonfly
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix DRAGONFLY-STDC 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1642
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c -std=gnu11 -E -dM -ffreestanding -triple=x86_64-unknown-dragonfly < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix DRAGONFLY-STDC C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c -std=gnu11 -E -dM -ffreestanding -triple=x86_64-unknown-dragonfly
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix DRAGONFLY-STDC 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1643
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c -std=c17 -E -dM -ffreestanding -triple=x86_64-unknown-dragonfly < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix DRAGONFLY-STDC C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c -std=c17 -E -dM -ffreestanding -triple=x86_64-unknown-dragonfly
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix DRAGONFLY-STDC 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1646
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -x c -std=c99 -E -dM -ffreestanding -triple=x86_64-unknown-dragonfly < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix DRAGONFLY-STDC-N C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -x c -std=c99 -E -dM -ffreestanding -triple=x86_64-unknown-dragonfly
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix DRAGONFLY-STDC-N 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1649
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -triple=aarch64-unknown-managarm-mlibc -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix MANAGARM C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -triple=aarch64-unknown-managarm-mlibc -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix MANAGARM 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1650
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -triple=riscv64-unknown-managarm-mlibc -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix MANAGARM C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -triple=riscv64-unknown-managarm-mlibc -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix MANAGARM 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1651
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -triple=x86_64-unknown-managarm-mlibc -E -dM < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix MANAGARM C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -triple=x86_64-unknown-managarm-mlibc -E -dM
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix MANAGARM 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1654
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -triple=xcore-none-none < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefix XCORE C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -triple=xcore-none-none
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefix XCORE 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# note: command had no output on stdout or stderr
# RUN: at line 1660
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\24\include -nostdsysteminc -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=wasm32-unknown-unknown < /dev/null | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -match-full-lines -check-prefixes=WEBASSEMBLY,WEBASSEMBLY32 C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=wasm32-unknown-unknown
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -match-full-lines -check-prefixes=WEBASSEMBLY,WEBASSEMBLY32 'C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c:1719:21: error: WEBASSEMBLY-NEXT: is not on the line after the previous match
# | // WEBASSEMBLY-NEXT:#define __CLANG_ATOMIC_BOOL_LOCK_FREE 2
# | ^
# | <stdin>:46:1: note: 'next' match was here
# | #define __CLANG_ATOMIC_BOOL_LOCK_FREE 2
# | ^
# | <stdin>:14:23: note: previous match ended here
# | #define __CHAR_BIT__ 8
# | ^
# | <stdin>:15:1: note: non-matching line after previous match is here
# | #define __CLANG_ADDRESS_SPACE_CUDA_CONSTANT 9
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\clang\test\Preprocessor\init.c
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 9: #define __BITINT_MAXWIDTH__ 128
# | 10: #define __BOOL_WIDTH__ 1
# | 11: #define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__
# | 12: #define __CHAR16_TYPE__ unsigned short
# | 13: #define __CHAR32_TYPE__ unsigned int
# | 14: #define __CHAR_BIT__ 8
# | next:1719'0 { search range start (exclusive)
# | 15: #define __CLANG_ADDRESS_SPACE_CUDA_CONSTANT 9
# | 16: #define __CLANG_ADDRESS_SPACE_CUDA_DEVICE 8
# | 17: #define __CLANG_ADDRESS_SPACE_CUDA_SHARED 10
# | 18: #define __CLANG_ADDRESS_SPACE_DEFAULT 0
# | 19: #define __CLANG_ADDRESS_SPACE_HIP_CONSTANT 28
# | .
# | .
# | .
# | 41: #define __CLANG_ADDRESS_SPACE_SYCL_GLOBAL_HOST 13
# | 42: #define __CLANG_ADDRESS_SPACE_SYCL_LOCAL 14
# | 43: #define __CLANG_ADDRESS_SPACE_SYCL_PRIVATE 15
# | 44: #define __CLANG_ADDRESS_SPACE_TARGET_OFFSET 16777216
# | 45: #define __CLANG_ADDRESS_SPACE_WASM_FUNCREF 26
# | 46: #define __CLANG_ATOMIC_BOOL_LOCK_FREE 2
# | next:1719'1 !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: match on wrong line
# | 47: #define __CLANG_ATOMIC_CHAR16_T_LOCK_FREE 2
# | 48: #define __CLANG_ATOMIC_CHAR32_T_LOCK_FREE 2
# | 49: #define __CLANG_ATOMIC_CHAR_LOCK_FREE 2
# | 50: #define __CLANG_ATOMIC_INT_LOCK_FREE 2
# | 51: #define __CLANG_ATOMIC_LLONG_LOCK_FREE 2
# | .
# | .
# | .
# | 392: #define __clang_wide_literal_encoding__ "UTF-32"
# | 393: #define __llvm__ 1
# | 394: #define __wasm 1
# | 395: #define __wasm32 1
# | 396: #define __wasm32__ 1
# | 397: #define __wasm__ 1
# | next:1719'2 } search range end (exclusive)
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/210242
More information about the cfe-commits
mailing list