[graphics] Remove fno-sanitize=shadow-call-stack

LLVM has been fixed so shadow call stack and exceptions are now
compatible.

Change-Id: I47077ebd7bbc2399e81ffe22f8f0ff1b3f4954ee
Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/github.com/ARM-software/HWCPipe/+/599961
Reviewed-by: Craig Stout <cstout@google.com>
diff --git a/BUILD.gn b/BUILD.gn
index 0753ed7..5a4d9a0 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -28,10 +28,6 @@
   configs += [ ":hwcpipe_warnings" ]
   configs -= [ "//build/config:no_exceptions" ]
 
-  # Disable ShadowCallStack, since there seem to be some issues with the call stack after exceptions
-  # are caught.
-  # TODO(fxb/41627): Re-enable.
-  cflags = [ "-fno-sanitize=shadow-call-stack" ]
   deps = [
     "//sdk/lib/fdio",
     "//src/graphics/drivers/msd-arm-mali/include",