[clang] Update remaining tests for usage of CLANG_RESOURCE_DIR (PR #202475)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 8 18:46:30 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results

* 54041 tests passed
* 1298 tests skipped
* 2 tests failed

## Failed Tests
(click on a test name to see its output)

### Clang
<details>
<summary>Clang.CodeGen/attr-counted-by-issue200014.c</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 11
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\23\include -nostdsysteminc -triple x86_64-unknown-linux-gnu -O0 -Wno-missing-declarations    -disable-O0-optnone -emit-llvm -o - C:\_work\llvm-project\llvm-project\clang\test\CodeGen\attr-counted-by-issue200014.c    | c:\_work\llvm-project\llvm-project\build\bin\opt.exe -S -passes=mem2reg,sroa | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\attr-counted-by-issue200014.c --check-prefix=FRONTEND
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\23\include' -nostdsysteminc -triple x86_64-unknown-linux-gnu -O0 -Wno-missing-declarations -disable-O0-optnone -emit-llvm -o - 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\attr-counted-by-issue200014.c'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' -S -passes=mem2reg,sroa
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\attr-counted-by-issue200014.c' --check-prefix=FRONTEND
# note: command had no output on stdout or stderr
# RUN: at line 14
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\23\include -nostdsysteminc -triple x86_64-unknown-linux-gnu -O0 -Wno-missing-declarations    -fexperimental-new-constant-interpreter -disable-O0-optnone    -emit-llvm -o - C:\_work\llvm-project\llvm-project\clang\test\CodeGen\attr-counted-by-issue200014.c    | c:\_work\llvm-project\llvm-project\build\bin\opt.exe -S -passes=mem2reg,sroa | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\attr-counted-by-issue200014.c --check-prefix=FRONTEND
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\23\include' -nostdsysteminc -triple x86_64-unknown-linux-gnu -O0 -Wno-missing-declarations -fexperimental-new-constant-interpreter -disable-O0-optnone -emit-llvm -o - 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\attr-counted-by-issue200014.c'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' -S -passes=mem2reg,sroa
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\attr-counted-by-issue200014.c' --check-prefix=FRONTEND
# note: command had no output on stdout or stderr
# RUN: at line 20
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\23\include -nostdsysteminc -triple x86_64-unknown-linux-gnu -O2 -Wno-missing-declarations    -emit-llvm -o - C:\_work\llvm-project\llvm-project\clang\test\CodeGen\attr-counted-by-issue200014.c | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGen\attr-counted-by-issue200014.c --check-prefix=O2
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\23\include' -nostdsysteminc -triple x86_64-unknown-linux-gnu -O2 -Wno-missing-declarations -emit-llvm -o - 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\attr-counted-by-issue200014.c'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\attr-counted-by-issue200014.c' --check-prefix=O2
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\clang\test\CodeGen\attr-counted-by-issue200014.c:285:13: error: O2-SAME: expected string not found in input
# | // O2-SAME: ptr noundef readonly captures(none) [[P:%.*]]) local_unnamed_addr #[[ATTR4:[0-9]+]] {
# |             ^
# | <stdin>:80:66: note: scanning from here
# | define dso_local range(i64 0, -9223372036854775808) i64 @ptr_fam(ptr nofree noundef readonly captures(none) %p) local_unnamed_addr #4 {
# |                                                                  ^
# | <stdin>:80:73: note: possible intended match here
# | define dso_local range(i64 0, -9223372036854775808) i64 @ptr_fam(ptr nofree noundef readonly captures(none) %p) local_unnamed_addr #4 {
# |                                                                         ^
# | C:\_work\llvm-project\llvm-project\clang\test\CodeGen\attr-counted-by-issue200014.c:313:82: error: undefined variable: ATTR4
# | // O2-SAME: ptr noundef readonly captures(none) [[P:%.*]]) local_unnamed_addr #[[ATTR4]] {
# |                                                                                  ^
# | <stdin>:88:79: note: possible intended match here
# | define dso_local range(i64 0, -9223372036854775808) i64 @ptr_subscript(ptr nofree noundef readonly captures(none) %p) local_unnamed_addr #4 {
# |                                                                               ^
# | C:\_work\llvm-project\llvm-project\clang\test\CodeGen\attr-counted-by-issue200014.c:335:13: error: O2-SAME: expected string not found in input
# | // O2-SAME: ptr noundef readnone [[P:%.*]]) local_unnamed_addr #[[ATTR3]] {
# |             ^
# | <stdin>:97:34: note: scanning from here
# | define dso_local i64 @ptr_addrof(ptr nofree noundef readnone %p) local_unnamed_addr #3 {
# |                                  ^
# | <stdin>:97:34: note: with "ATTR3" equal to "3"
# | define dso_local i64 @ptr_addrof(ptr nofree noundef readnone %p) local_unnamed_addr #3 {
# |                                  ^
# | <stdin>:97:41: note: possible intended match here
# | define dso_local i64 @ptr_addrof(ptr nofree noundef readnone %p) local_unnamed_addr #3 {
# |                                         ^
# | 
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\clang\test\CodeGen\attr-counted-by-issue200014.c
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |             .
# |             .
# |             .
# |            75: entry: 
# |            76:  ret i64 15 
# |            77: } 
# |            78:  
# |            79: ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: read) 
# |            80: define dso_local range(i64 0, -9223372036854775808) i64 @ptr_fam(ptr nofree noundef readonly captures(none) %p) local_unnamed_addr #4 { 
# | same:285'0                                                                      X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | same:285'1                                                                             ?                                                                possible intended match
# |            81: entry: 
# | same:285'0     ~~~~~~~
# |            82:  %counted_by.load = load i64, ptr %p, align 4 
# | same:285'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            83:  %0 = tail call i64 @llvm.smax.i64(i64 %counted_by.load, i64 0) 
# | same:285'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            84:  ret i64 %0 
# | same:285'0     ~~~~~~~~~~~~
# |            85: } 
# | same:285'0     ~~
# |            86:  
# | same:285'0     ~
# |            87: ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: read) 
# | same:285'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            88: define dso_local range(i64 0, -9223372036854775808) i64 @ptr_subscript(ptr nofree noundef readonly captures(none) %p) local_unnamed_addr #4 { 
# | same:285'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | same:313'0                                                                            X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: match failed for invalid pattern
# | same:313'1                                                                                                                                                    undefined variable: ATTR4
# | same:313'2                                                                                   ?                                                                possible intended match
# |            89: entry: 
# | same:313'0     ~~~~~~~
# |            90:  %counted_by.load = load i64, ptr %p, align 4 
# | same:313'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            91:  %result = add i64 %counted_by.load, -3 
# | same:313'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            92:  %0 = tail call i64 @llvm.smax.i64(i64 %result, i64 0) 
# | same:313'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            93:  ret i64 %0 
# | same:313'0     ~~~~~~~~~~~~
# |            94: } 
# | same:313'0     ~~
# |            95:  
# | same:313'0     ~
# |            96: ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(none) 
# | same:313'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            97: define dso_local i64 @ptr_addrof(ptr nofree noundef readnone %p) local_unnamed_addr #3 { 
# | same:313'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | same:335'0                                      X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | same:335'1                                                                                               with "ATTR3" equal to "3"
# | same:335'2                                             ?                                                 possible intended match
# |            98: entry: 
# | same:335'0     ~~~~~~~
# |            99:  ret i64 -1 
# | same:335'0     ~~~~~~~~~~~~
# |           100: } 
# | same:335'0     ~~
# |           101:  
# | same:335'0     ~
# |           102: ; Function Attrs: nocallback nocreateundeforpoison nofree nosync nounwind speculatable willreturn memory(none) 
# | same:335'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             .
# |             .
# |             .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>
<details>
<summary>Clang.Driver/hexagon-toolchain-picolibc.c</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 6
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -### --target=hexagon-none-elf --cstdlib=picolibc    -ccc-install-dir C:\_work\llvm-project\llvm-project\clang\test\Driver/Inputs/hexagon_tree/Tools/bin C:\_work\llvm-project\llvm-project\clang\test\Driver\hexagon-toolchain-picolibc.c 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -check-prefix=CHECK-C-INCLUDES -DRESOURCE_DIR=C:\_work\llvm-project\llvm-project\build\lib\clang\23 C:\_work\llvm-project\llvm-project\clang\test\Driver\hexagon-toolchain-picolibc.c
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' '-###' --target=hexagon-none-elf --cstdlib=picolibc -ccc-install-dir 'C:\_work\llvm-project\llvm-project\clang\test\Driver/Inputs/hexagon_tree/Tools/bin' 'C:\_work\llvm-project\llvm-project\clang\test\Driver\hexagon-toolchain-picolibc.c'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -check-prefix=CHECK-C-INCLUDES '-DRESOURCE_DIR=C:\_work\llvm-project\llvm-project\build\lib\clang\23' 'C:\_work\llvm-project\llvm-project\clang\test\Driver\hexagon-toolchain-picolibc.c'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\clang\test\Driver\hexagon-toolchain-picolibc.c:8:22: error: CHECK-C-INCLUDES: expected string not found in input
# | // CHECK-C-INCLUDES: "-cc1" {{.*}} "-internal-isystem" "[[RESOURCE_DIR]]/include"
# |                      ^
# | <stdin>:1:1: note: scanning from here
# | clang version 23.0.0git (https://github.com/llvm/llvm-project f6f39c510b37d6e86aba1a67f31f9a881c9d4822)
# | ^
# | <stdin>:1:1: note: with "RESOURCE_DIR" equal to "C:\_work\llvm-project\llvm-project\build\lib\clang\23"
# | clang version 23.0.0git (https://github.com/llvm/llvm-project f6f39c510b37d6e86aba1a67f31f9a881c9d4822)
# | ^
# | <stdin>:6:817: note: possible intended match here
# |  "C:\\_work\\llvm-project\\llvm-project\\build\\bin\\clang.exe" "-cc1" "-triple" "hexagon-unknown-none-elf" "-emit-obj" "-dumpdir" "a-" "-disable-free" "-clear-ast-before-backend" "-main-file-name" "hexagon-toolchain-picolibc.c" "-mrelocation-model" "static" "-mframe-pointer=all" "-fmath-errno" "-ffp-contract=on" "-fno-rounding-math" "-mconstructor-aliases" "-fno-use-init-array" "-target-cpu" "hexagonv68" "-target-feature" "-long-calls" "-mqdsp6-compat" "-Wreturn-type" "-fshort-enums" "-mllvm" "-machine-sink-split=0" "-debugger-tuning=gdb" "-fdebug-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-fcoverage-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-resource-dir" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23" "-internal-isystem" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23\\include" "-internal-externc-isystem" "C:\\_work\\llvm-project\\llvm-project\\clang\\test\\Driver/Inputs/hexagon_tree/Tools/bin\\..\\target\\picolibc\\hexagon-unknown-none-elf\\include" "-ferror-limit" "19" "-fshort-enums" "-fno-signed-char" "-fgnuc-version=4.2.1" "-fskip-odr-check-in-gmf" "-faddrsig" "-o" "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\lit-tmp-ptsn38uo\\hexagon-toolchain-picolibc-0188f8.o" "-x" "c" "C:\\_work\\llvm-project\\llvm-project\\clang\\test\\Driver\\hexagon-toolchain-picolibc.c"
# |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^
# | 
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\clang\test\Driver\hexagon-toolchain-picolibc.c
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |            1: clang version 23.0.0git (https://github.com/llvm/llvm-project f6f39c510b37d6e86aba1a67f31f9a881c9d4822) 
# | check:8'0     X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | check:8'1                                                                                                              with "RESOURCE_DIR" equal to "C:\_work\llvm-project\llvm-project\build\lib\clang\23"
# |            2: Target: hexagon-unknown-none-elf 
# | check:8'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            3: Thread model: posix 
# | check:8'0     ~~~~~~~~~~~~~~~~~~~~
# |            4: InstalledDir: C:\_work\llvm-project\llvm-project\clang\test\Driver/Inputs/hexagon_tree/Tools/bin 
# | check:8'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            5: Build config: +assertions 
# | check:8'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            6:  "C:\\_work\\llvm-project\\llvm-project\\build\\bin\\clang.exe" "-cc1" "-triple" "hexagon-unknown-none-elf" "-emit-obj" "-dumpdir" "a-" "-disable-free" "-clear-ast-before-backend" "-main-file-name" "hexagon-toolchain-picolibc.c" "-mrelocation-model" "static" "-mframe-pointer=all" "-fmath-errno" "-ffp-contract=on" "-fno-rounding-math" "-mconstructor-aliases" "-fno-use-init-array" "-target-cpu" "hexagonv68" "-target-feature" "-long-calls" "-mqdsp6-compat" "-Wreturn-type" "-fshort-enums" "-mllvm" "-machine-sink-split=0" "-debugger-tuning=gdb" "-fdebug-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-fcoverage-compilation-dir=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\test\\Driver" "-resource-dir" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23" "-internal-isystem" "C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\23\\include" "-internal-externc-isystem" "C:\\_work\\llvm-project\\llvm-project\\clang\\test\\Driver/Inputs/hexagon_tree/Tools/bin\\..\\target\\picolibc\\hexagon-unknown-none-elf\\include" "-ferror-limit" "19" "-fshort-enums" "-fno-signed-char" "-fgnuc-version=4.2.1" "-fskip-odr-check-in-gmf" "-faddrsig" "-o" "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\lit-tmp-ptsn38uo\\hexagon-toolchain-picolibc-0188f8.o" "-x" "c" "C:\\_work\\llvm-project\\llvm-project\\clang\\test\\Driver\\hexagon-toolchain-picolibc.c" 
# | check:8'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:8'2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     possible intended match
# |            7:  "hexagon-link" "--eh-frame-hdr" "-march=hexagon" "-mcpu=hexagonv68" "-o" "a.out" "C:\\_work\\llvm-project\\llvm-project\\clang\\test\\Driver/Inputs/hexagon_tree/Tools/bin\\..\\target\\picolibc\\hexagon-unknown-none-elf\\lib\\v68\\crt0-semihost.o" "-LC:\\_work\\llvm-project\\llvm-project\\clang\\test\\Driver/Inputs/hexagon_tree/Tools/bin\\..\\target\\picolibc\\hexagon-unknown-none-elf/lib/v68" "-LC:\\_work\\llvm-project\\llvm-project\\clang\\test\\Driver/Inputs/hexagon_tree/Tools/bin\\..\\target\\picolibc\\hexagon-unknown-none-elf/lib" "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\lit-tmp-ptsn38uo\\hexagon-toolchain-picolibc-0188f8.o" "--start-group" "-lsemihost" "-lc" "-lclang_rt.builtins" "--end-group" 
# | check:8'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | >>>>>>
# `-----------------------------
# 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/202475


More information about the cfe-commits mailing list