Skip to content

Commit

Permalink
Deshim symbolizer detail in fbcode
Browse files Browse the repository at this point in the history
Summary:
The following rules were deshimmed:
```
//folly/experimental/symbolizer/detail:debug -> //folly/debugging/symbolizer/detail:debug
```

The following headers were deshimmed:
```
folly/experimental/symbolizer/detail/Debug.h -> folly/debugging/symbolizer/detail/Debug.h
```

This is a codemod. It was automatically generated and will be landed once it is approved and tests are passing in sandcastle.
You have been added as a reviewer by Sentinel or Butterfly.

Autodiff project: dsd
Autodiff partition: fbcode
Autodiff bookmark: ad.dsd.fbcode

Reviewed By: dtolnay

Differential Revision: D67995591

fbshipit-source-id: eec36be37519c983db5ca0c8b5068eade403fdc0
  • Loading branch information
Gownta authored and facebook-github-bot committed Jan 29, 2025
1 parent 7eeaee5 commit 7828628
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion folly/debugging/symbolizer/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ cpp_library(
"//folly:scope_guard",
"//folly:synchronized",
"//folly/container:evicting_cache_map",
"//folly/debugging/symbolizer/detail:debug",
"//folly/experimental/symbolizer:elf",
"//folly/experimental/symbolizer:line_reader",
"//folly/experimental/symbolizer/detail:debug",
"//folly/lang:safe_assert",
"//folly/lang:to_ascii",
"//folly/memory:sanitize_address",
Expand Down
2 changes: 1 addition & 1 deletion folly/debugging/symbolizer/Symbolizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
#include <folly/String.h>
#include <folly/Synchronized.h>
#include <folly/container/EvictingCacheMap.h>
#include <folly/debugging/symbolizer/detail/Debug.h>
#include <folly/experimental/symbolizer/Dwarf.h>
#include <folly/experimental/symbolizer/Elf.h>
#include <folly/experimental/symbolizer/ElfCache.h>
#include <folly/experimental/symbolizer/LineReader.h>
#include <folly/experimental/symbolizer/detail/Debug.h>
#include <folly/lang/SafeAssert.h>
#include <folly/lang/ToAscii.h>
#include <folly/memory/SanitizeAddress.h>
Expand Down
2 changes: 1 addition & 1 deletion folly/debugging/symbolizer/test/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ cpp_unittest(
srcs = ["ElfTest.cpp"],
deps = [
"//folly:file_util",
"//folly/debugging/symbolizer/detail:debug",
"//folly/experimental/symbolizer:elf",
"//folly/experimental/symbolizer/detail:debug",
"//folly/portability:gtest",
"//folly/testing:test_util",
],
Expand Down
2 changes: 1 addition & 1 deletion folly/debugging/symbolizer/test/ElfTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <folly/experimental/symbolizer/Elf.h>

#include <folly/FileUtil.h>
#include <folly/experimental/symbolizer/detail/Debug.h>
#include <folly/debugging/symbolizer/detail/Debug.h>
#include <folly/portability/GTest.h>
#include <folly/testing/TestUtil.h>

Expand Down
2 changes: 1 addition & 1 deletion folly/debugging/symbolizer/test/SymbolizerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
#include <folly/Range.h>
#include <folly/ScopeGuard.h>
#include <folly/String.h>
#include <folly/debugging/symbolizer/detail/Debug.h>
#include <folly/debugging/symbolizer/test/SymbolizerTestUtils.h>
#include <folly/experimental/symbolizer/ElfCache.h>
#include <folly/experimental/symbolizer/SymbolizedFrame.h>
#include <folly/experimental/symbolizer/detail/Debug.h>
#include <folly/portability/Filesystem.h>
#include <folly/portability/GTest.h>
#include <folly/portability/Unistd.h>
Expand Down
2 changes: 1 addition & 1 deletion folly/tracing/test/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cpp_unittest(
"//folly:random",
"//folly:string",
"//folly:subprocess",
"//folly/experimental/symbolizer/detail:debug",
"//folly/debugging/symbolizer/detail:debug",
"//folly/lang:bits",
"//folly/portability:filesystem",
"//folly/portability:gtest",
Expand Down
2 changes: 1 addition & 1 deletion folly/tracing/test/StaticTracepointTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <folly/Random.h>
#include <folly/String.h>
#include <folly/Subprocess.h>
#include <folly/experimental/symbolizer/detail/Debug.h>
#include <folly/debugging/symbolizer/detail/Debug.h>
#include <folly/lang/Bits.h>
#include <folly/portability/Filesystem.h>
#include <folly/portability/GTest.h>
Expand Down

0 comments on commit 7828628

Please sign in to comment.