New issue
Advanced search Search tips

Issue 646451 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Sep 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug

Blocking:
issue 82385
issue 645953



Sign in to add a comment

inline asm errors on clang/win bots

Project Member Reported by thakis@chromium.org, Sep 13 2016

Issue description

../../third_party/llvm-build/Release+Asserts/bin/clang-cl.exe /nologo /showIncludes /FC @obj/third_party/libyuv/libyuv/scale_win.obj.rsp /c ../../third_party/libyuv/source/scale_win.cc /Foobj/third_party/libyuv/libyuv/scale_win.obj /Fd"obj/third_party/libyuv/libyuv_cc.pdb"
C:\b\c\b\ClangToTWin\src\third_party\libyuv\source\scale_win.cc(894,16):  error: unused label 'xloop29' [-Werror,-Wunused-label]
    jl         xloop29
               ^
C:\b\c\b\ClangToTWin\src\third_party\libyuv\source\scale_win.cc(894,16):  error: use of undeclared label 'xloop29'
C:\b\c\b\ClangToTWin\src\third_party\libyuv\source\scale_win.cc(1181,16):  error: unused label 'xloop49' [-Werror,-Wunused-label]
    jl         xloop49
               ^
C:\b\c\b\ClangToTWin\src\third_party\libyuv\source\scale_win.cc(1181,16):  error: use of undeclared label 'xloop49'
C:\b\c\b\ClangToTWin\src\third_party\libyuv\source\scale_win.cc(1201,16):  error: use of undeclared label 'xloop4'
    jge        xloop4
               ^
C:\b\c\b\ClangToTWin\src\third_party\libyuv\source\scale_win.cc(1262,16):  error: unused label 'xloop29' [-Werror,-Wunused-label]
    jl         xloop29
               ^
 

Comment 1 by thakis@chromium.org, Sep 13 2016

Blocking: 82385
Components: Build
Labels: clang
Status: Untriaged (was: Unconfirmed)
Probably from https://reviews.llvm.org/D24047 ?

Comment 2 by thakis@chromium.org, Sep 13 2016

Yes. Reverted in https://llvm.org/bugs/show_bug.cgi?id=30372

Comment 3 by thakis@chromium.org, Sep 13 2016

Owner: thakis@chromium.org
Status: Fixed (was: Untriaged)

Sign in to add a comment