[fuchsia] Insert no_rtti for asan-ubsan builds.

The LLVM prebuilts are built without RTTI.  By default, Fuchsia
builds also disable RTTI.  However, for some reason asan-ubsan builds
don't, which results in link errors when looking for "typeinfo" of
various LLVM classes.  Explicitly adding "no_rtti" fixes this.

Change-Id: I369c112d4ce0808a57b89d337278b1ae10b5aad2
Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/mesa/+/1044082
Reviewed-by: Craig Stout <cstout@google.com>
Commit-Queue: Josh Gargus <jjosh@google.com>
1 file changed