r338165 - [Sema] Use a TreeTransform to extract deduction guide parameter types

Galina Kistanova via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 27 21:22:11 PDT 2018


Thank you Erik!

Thanks

Galina

On Fri, Jul 27, 2018 at 7:35 PM, Erik Pilkington <erik.pilkington at gmail.com>
wrote:

> Okay, the bot can now compile this file, but it looks like somebody else
> broke it again in the meantime...
>
>
> FAIL: LLVM :: CodeGen/AArch64/arm64-opt-remarks-lazy-bfi.ll (17518 of 39837)
> ******************** TEST 'LLVM :: CodeGen/AArch64/arm64-opt-remarks-lazy-bfi.ll' FAILED ********************
> Script:
> --
> : 'RUN: at line 1';   C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\build\bin\llc.EXE < C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\llvm\test\CodeGen\AArch64\arm64-opt-remarks-lazy-bfi.ll -mtriple=arm64-apple-ios7.0 -pass-remarks-analysis=asm-printer        -pass-remarks-with-hotness=1 -asm-verbose=0        -debug-only=lazy-machine-block-freq,block-freq        -debug-pass=Executions 2>&1 | C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\build\bin\FileCheck.EXE C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\llvm\test\CodeGen\AArch64\arm64-opt-remarks-lazy-bfi.ll -check-prefix=HOTNESS
> : 'RUN: at line 6';   C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\build\bin\llc.EXE < C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\llvm\test\CodeGen\AArch64\arm64-opt-remarks-lazy-bfi.ll -mtriple=arm64-apple-ios7.0 -pass-remarks-analysis=asm-printer        -pass-remarks-with-hotness=0 -asm-verbose=0        -debug-only=lazy-machine-block-freq,block-freq        -debug-pass=Executions 2>&1 | C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\build\bin\FileCheck.EXE C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\llvm\test\CodeGen\AArch64\arm64-opt-remarks-lazy-bfi.ll -check-prefix=NO_HOTNESS
> --
> Exit Code: 1
>
> Command Output (stdout):
> --
> $ ":" "RUN: at line 1"
> $ "C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\build\bin\llc.EXE" "-mtriple=arm64-apple-ios7.0" "-pass-remarks-analysis=asm-printer" "-pass-remarks-with-hotness=1" "-asm-verbose=0" "-debug-only=lazy-machine-block-freq,block-freq" "-debug-pass=Executions"
> $ "C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\build\bin\FileCheck.EXE" "C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\llvm\test\CodeGen\AArch64\arm64-opt-remarks-lazy-bfi.ll" "-check-prefix=HOTNESS"
> # command stderr:
> C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\llvm\test\CodeGen\AArch64\arm64-opt-remarks-lazy-bfi.ll:31:17: error: HOTNESS-NEXT: is not on the line after the previous match
>
> ; HOTNESS-NEXT: Executing Pass 'Lazy Machine Block Frequency Analysis'
>
>                 ^
>
> <stdin>:698:47: note: 'next' match was here
>
> [2018-07-27 19:10:50.080587200] 0x1d4105a1760 Executing Pass 'Lazy Machine Block Frequency Analysis' on Function 'empty_func'...
>
>                                               ^
>
> <stdin>:695:85: note: previous match ended here
>
> [2018-07-27 19:10:50.079779100] 0x1d410527f90 Executing Pass 'Function Pass Manager' on Module '<stdin>'...
>
>                                                                                     ^
>
> <stdin>:696:1: note: non-matching line after previous match is here
>
> [2018-07-27 19:10:50.079879300] 0x1d4105a1760 Executing Pass 'Verify generated machine code' on Function 'empty_func'...
>
> ^
>
>
> error: command failed with exit status: 1
>
> --
>
>
> On 2018-07-27 6:30 PM, Erik Pilkington wrote:
>
> This should be fixed by r338186. I'll keep an eye on this bot to make sure
> that this is the case.
> Thanks!
> Erik
>
> On 2018-07-27 5:46 PM, Galina Kistanova wrote:
>
> C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\
> llvm\tools\clang\lib\Sema\SemaTemplate.cpp : fatal error C1128: number of
> sections exceeded object file format limit: compile with /bigobj
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180727/8348ff01/attachment-0001.html>


More information about the cfe-commits mailing list