Fixed
Status Update
Comments
th...@google.com <th...@google.com> #2
How's this coming along? :)
ni...@google.com <ni...@google.com> #3
I think this is best handled by a Fuchsia engineer. Sergey, David, do you have cycles for this or can you find an owner?
ap...@google.com <ap...@google.com> #4
Project: SwiftShader
Branch: master
commit b4a56a893496cbd3fa50580a30989a90226cf978
Author: Sergey Ulanov <sergeyu@google.com>
Date: Wed Feb 16 19:08:25 2022
[Fuchsia] Stop ignoring warnings in llvm-10.0
Fuchsia build was producing warnings when compiling llvm-10.0, which
were ignored with -Wno-error. Use -Wno-cpp instead to disable these
warnings. This allows to ensure that all other compiler warnings are
not ignored.
Bug: b/203065816
Change-Id: I20fabbf9897ebaffbfc00551f0c8e4eb97810666
Reviewed-on:https://swiftshader-review.googlesource.com/c/SwiftShader/+/63008
Reviewed-by: Nicolas Capens <nicolascapens@google.com>
Kokoro-Result: kokoro <noreply+kokoro@google.com>
Tested-by: Sergey Ulanov <sergeyu@google.com>
Commit-Queue: Sergey Ulanov <sergeyu@google.com>
M third_party/llvm-10.0/BUILD.gn
https://swiftshader-review.googlesource.com/63008
Branch: master
commit b4a56a893496cbd3fa50580a30989a90226cf978
Author: Sergey Ulanov <sergeyu@google.com>
Date: Wed Feb 16 19:08:25 2022
[Fuchsia] Stop ignoring warnings in llvm-10.0
Fuchsia build was producing warnings when compiling llvm-10.0, which
were ignored with -Wno-error. Use -Wno-cpp instead to disable these
warnings. This allows to ensure that all other compiler warnings are
not ignored.
Bug:
Change-Id: I20fabbf9897ebaffbfc00551f0c8e4eb97810666
Reviewed-on:
Reviewed-by: Nicolas Capens <nicolascapens@google.com>
Kokoro-Result: kokoro <noreply+kokoro@google.com>
Tested-by: Sergey Ulanov <sergeyu@google.com>
Commit-Queue: Sergey Ulanov <sergeyu@google.com>
M third_party/llvm-10.0/BUILD.gn
se...@google.com <se...@google.com>
ap...@google.com <ap...@google.com> #5
Project: SwiftShader
Branch: master
commit adef92e7b4c63b0c00300635dfbf4c37dab3c5b9
Author: Nicolas Capens <capn@google.com>
Date: Wed Apr 27 22:50:48 2022
Fix CMake build using Clang 13 compiler
LLVM 10 and the LLVM headers used by Subzero make use of std::iterator, which is deprecated in C++17. It produces a warning when compiling with Clang 13, which gets treated as an error. Suppress it using
-Wno-deprecated-declarations.
Bug: b/165000222
Bug: b/203065816
Change-Id: I249eeab04c726799eab89117419d922002062de4
Reviewed-on:https://swiftshader-review.googlesource.com/c/SwiftShader/+/65368
Kokoro-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Alexis Hétu <sugoi@google.com>
Tested-by: Nicolas Capens <nicolascapens@google.com>
M third_party/llvm-subzero/CMakeLists.txt
M third_party/llvm-10.0/CMakeLists.txt
https://swiftshader-review.googlesource.com/65368
Branch: master
commit adef92e7b4c63b0c00300635dfbf4c37dab3c5b9
Author: Nicolas Capens <capn@google.com>
Date: Wed Apr 27 22:50:48 2022
Fix CMake build using Clang 13 compiler
LLVM 10 and the LLVM headers used by Subzero make use of std::iterator, which is deprecated in C++17. It produces a warning when compiling with Clang 13, which gets treated as an error. Suppress it using
-Wno-deprecated-declarations.
Bug:
Bug:
Change-Id: I249eeab04c726799eab89117419d922002062de4
Reviewed-on:
Kokoro-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Alexis Hétu <sugoi@google.com>
Tested-by: Nicolas Capens <nicolascapens@google.com>
M third_party/llvm-subzero/CMakeLists.txt
M third_party/llvm-10.0/CMakeLists.txt
Description
As requested by Nico Weber athttps://swiftshader-review.googlesource.com/c/SwiftShader/+/46488/comments/3aea2a1d_fceff98d :