Fixed rs2spirv_driver.sh on builds without DISABLE_NDEBUG
rs2spirv_driver.sh expected LLVM builds that have
FORCE_BUILD_LLVM_DISABLE_NDEBUG set. On builds without that, it fails.
This patch fixes that problem.
Test: rsov/compiler/test/run-lit-tests.sh and
rs2spirv_driver.sh with images/blend.rs by:
$ cd <path-to-rsov>/compiler/tests/image/
$ ../../rs2spirv_driver.sh \
<path-to>/android-ndk-r13b/shader-tools/linux-x86_64 \
./blend.rs tmp_blend
Change-Id: I63bdbebf7ef5ba0ab993d9ac73c499c7b08c47e1
1 file changed