[PATCH] D89142: llvmbuildectomy
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 14 11:46:19 PDT 2020
Meinersbur added a comment.
Thanks serge to work on this. I am pretty excited to get rid of llvm-build. I applied the patch on Windows and got two failures:
FAIL: LLVM :: tools/llvm-config/booleans.test (37437 of 39803)
******************** TEST 'LLVM :: tools/llvm-config/booleans.test' FAILED ********************
C:\Users\meinersbur\src\llvm-project\llvm\test\tools\llvm-config\booleans.test:25:20: error: CHECK-SHARED-MODE: expected string not found in input
CHECK-SHARED-MODE: {{static|shared}}
^
<stdin>:1:1: note: scanning from here
llvm-config: unknown component name: all
^
<stdin>:1:16: note: possible intended match here
llvm-config: unknown component name: all
^
Input file: <stdin>
Check file: C:\Users\meinersbur\src\llvm-project\llvm\test\tools\llvm-config\booleans.test
-dump-input=help explains the following input dump.
Input was:
<<<<<<
1: llvm-config: unknown component name: all
check:25'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
check:25'1 ? possible intended match
>>>>>>
error: command failed with exit status: 1
--
********************
Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90
FAIL: LLVM :: tools/llvm-config/system-libs.windows.test (37441 of 39803)
******************** TEST 'LLVM :: tools/llvm-config/system-libs.windows.test' FAILED ********************
C:\Users\meinersbur\src\llvm-project\llvm\test\tools\llvm-config\system-libs.windows.test:5:8: error: CHECK: expected string not found in input
CHECK: psapi.lib shell32.lib ole32.lib uuid.lib advapi32.lib
^
<stdin>:1:1: note: scanning from here
llvm-config: unknown component name: all
^
<stdin>:1:6: note: possible intended match here
llvm-config: unknown component name: all
^
Input file: <stdin>
Check file: C:\Users\meinersbur\src\llvm-project\llvm\test\tools\llvm-config\system-libs.windows.test
-dump-input=help explains the following input dump.
Input was:
<<<<<<
1: llvm-config: unknown component name: all
check:5'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
check:5'1 ? possible intended match
>>>>>>
error: command failed with exit status: 1
--
********************
Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
********************
Failed Tests (2):
LLVM :: tools/llvm-config/booleans.test
LLVM :: tools/llvm-config/system-libs.windows.test
Testing Time: 480.42s
Unsupported : 16954
Passed : 22759
Expectedly Failed: 88
Failed : 2
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89142/new/
https://reviews.llvm.org/D89142
More information about the llvm-commits
mailing list