[llvm-bugs] [Bug 42667] New: LLVM Werror/Wx builds fail after D64609/rL366344 due to deprecation warnings
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jul 18 06:03:39 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=42667
Bug ID: 42667
Summary: LLVM Werror/Wx builds fail after D64609/rL366344 due
to deprecation warnings
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: OrcJIT
Assignee: unassignedbugs at nondot.org
Reporter: llvm-dev at redking.me.uk
CC: 1101.debian at gmail.com, lhames at gmail.com,
llvm-bugs at lists.llvm.org, stefan.graenitz at gmail.com
Blocks: 42474
I'm seeing this (MSVC) via OrcCBindingsStack.h
and the (gcc/clang) buildbots are seeing this in clang-interpreter/main.cpp
/home/buildslave/ps4-buildslave4/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/llvm.src/tools/clang/examples/clang-interpreter/main.cpp:75:9:
warning: 'LegacyRTDyldObjectLinkingLayer' is deprecated: ORCv1 layers (layers
with the 'Legacy' prefix) are deprecated. Please use ORCv2 (see docs/ORCv2.rst)
[-Wdeprecated-declarations]
/home/buildslave/ps4-buildslave4/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/llvm.src/tools/clang/examples/clang-interpreter/main.cpp:80:9:
warning: 'LegacyIRCompileLayer' is deprecated: ORCv1 layers (layers with the
'Legacy' prefix) are deprecated. Please use the ORCv2 IRCompileLayer instead
[-Wdeprecated-declarations]
Referenced Bugs:
https://bugs.llvm.org/show_bug.cgi?id=42474
[Bug 42474] [meta] 9.0.0 Release Blockers
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190718/b2bb7bef/attachment.html>
More information about the llvm-bugs
mailing list