Skip to content

Commit

Permalink
Disable Elf symbols for Xtensa
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689081310
Change-Id: I394b8eb6f87f3ea8e2ebce511baeef132b28d452
  • Loading branch information
Abseil Team authored and copybara-github committed Oct 23, 2024
1 parent 4fed124 commit 07fff76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion absl/debugging/internal/elf_mem_image.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#if defined(__ELF__) && !defined(__OpenBSD__) && !defined(__QNX__) && \
!defined(__native_client__) && !defined(__asmjs__) && \
!defined(__wasm__) && !defined(__HAIKU__) && !defined(__sun) && \
!defined(__VXWORKS__) && !defined(__hexagon__)
!defined(__VXWORKS__) && !defined(__hexagon__) && !defined(__XTENSA__)
#define ABSL_HAVE_ELF_MEM_IMAGE 1
#endif

Expand Down

0 comments on commit 07fff76

Please sign in to comment.