Skip to content

Commit

Permalink
Drop references to deleted explorer fuzzer (#4745)
Browse files Browse the repository at this point in the history
Follow up to delete that happened in #4731 .

Co-authored-by: Josh L <[email protected]>
  • Loading branch information
josh11b and josh11b authored Dec 28, 2024
1 parent 7d8d59c commit 89df777
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions explorer/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,6 @@ file_test(
),
)

filegroup(
name = "carbon_files",
srcs = glob(["testdata/**/*.carbon"]),
# Files are used for validating fuzzer completeness.
visibility = ["//explorer/fuzzing:__pkg__"],
)

filegroup(
name = "treesitter_testdata",
srcs = glob(
Expand Down
5 changes: 0 additions & 5 deletions explorer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,6 @@ To explain this boilerplate:
- `bazel run testdata/DIR/FILE.carbon.verbose` -- Runs explorer on the file
with tracing enabled.

### Updating fuzzer logic after making AST changes

Please refer to
[Fuzzer documentation](https://github.com/carbon-language/carbon-lang/blob/trunk/explorer/fuzzing/README.md).

## Explorer's Trace Output

Explorer's Trace Output refers to a detailed record of program phases and their
Expand Down
1 change: 0 additions & 1 deletion explorer/parse_and_execute/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")

package(default_visibility = [
"//explorer:__pkg__",
"//explorer/fuzzing:__pkg__",
])

cc_library(
Expand Down
1 change: 0 additions & 1 deletion explorer/syntax/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ cc_library(
# don't spend time linting it.
tags = ["no-clang-tidy"],
visibility = [
"//explorer/fuzzing:__pkg__",
"//explorer/parse_and_execute:__pkg__",
],
deps = [
Expand Down

0 comments on commit 89df777

Please sign in to comment.