Changes imported from Abseil "staging" branch:
- 1320147f7597a9490562d439ecea46faa1793a24 Support Hex formatting of pointers without forcing a cast... by Jorg Brown <jorg@google.com> - 13c793d6e14a52063c2d4ee327b6c976631b690e Add support for native WebAssembly llvm backend. by Abseil Team <absl-team@google.com> GitOrigin-RevId: 1320147f7597a9490562d439ecea46faa1793a24 Change-Id: Ibd4dbf288903ab45387932e5b11a28f5accdf166
This commit is contained in:
parent
506fb4b56a
commit
4e2e6c5c00
7 changed files with 45 additions and 15 deletions
|
@ -26,7 +26,7 @@
|
|||
#error ABSL_STACKTRACE_INL_HEADER cannot be directly set
|
||||
#elif defined(__native_client__) || defined(__APPLE__) || \
|
||||
defined(__FreeBSD__) || defined(__ANDROID__) || defined(__myriad2__) || \
|
||||
defined(__asmjs__) || defined(__Fuchsia__)
|
||||
defined(__asmjs__) || defined(__wasm__) || defined(__Fuchsia__)
|
||||
#define ABSL_STACKTRACE_INL_HEADER \
|
||||
"absl/debugging/internal/stacktrace_unimplemented-inl.inc"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue