mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-18 01:15:39 +00:00
tint: Add hash randomization
Enable this in Kororo builds to ensure that output isn't dependent on hash values. Change-Id: Ib538385b53bebf5260186b14cea396dac15caf6c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/113980 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
10182c46d9
commit
f2b86aaffb
@@ -129,6 +129,7 @@ if [ "$BUILD_SYSTEM" == "cmake" ]; then
|
||||
COMMON_CMAKE_FLAGS+=" -DTINT_BUILD_MSL_WRITER=1"
|
||||
COMMON_CMAKE_FLAGS+=" -DTINT_BUILD_SPV_WRITER=1"
|
||||
COMMON_CMAKE_FLAGS+=" -DTINT_BUILD_WGSL_WRITER=1"
|
||||
COMMON_CMAKE_FLAGS+=" -DTINT_RANDOMIZE_HASHES=1"
|
||||
|
||||
if [ "$BUILD_TOOLCHAIN" == "clang" ]; then
|
||||
using clang-10.0.0
|
||||
|
||||
Reference in New Issue
Block a user