From 6ed3a93dcf292a6f561062fbc145fbabd84c27d5 Mon Sep 17 00:00:00 2001 From: Lucy Qiu Date: Tue, 4 Nov 2025 14:11:21 -0800 Subject: [PATCH] test Differential Revision: D86240818 --- shim_et/xplat/executorch/build/runtime_wrapper.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shim_et/xplat/executorch/build/runtime_wrapper.bzl b/shim_et/xplat/executorch/build/runtime_wrapper.bzl index d03a3f71b3b..036582f675d 100644 --- a/shim_et/xplat/executorch/build/runtime_wrapper.bzl +++ b/shim_et/xplat/executorch/build/runtime_wrapper.bzl @@ -114,7 +114,7 @@ def _patch_build_mode_flags(kwargs): kwargs["compiler_flags"] = kwargs["compiler_flags"] + select({ "DEFAULT": [], - "ovr_config//os:macos": ["-fvisibility=default"], + # @oss-disable: "ovr_config//os:macos": ["-fvisibility=default"], }) return kwargs