aboutsummaryrefslogtreecommitdiff
path: root/repositories.bzl
diff options
context:
space:
mode:
authorFabian Meumertzheim <meumertzheim@code-intelligence.com>2021-07-11 07:56:16 +0200
committerFabian Meumertzheim <fabian@meumertzhe.im>2021-07-11 08:06:08 +0200
commit158d38a4a3496443a5af605c8331c06fdf8bc9ff (patch)
tree3430effe562029ed6bf9227e3066af0ddd3f312e /repositories.bzl
parenta83323261ea3e7c1d3450199724a52f30e029691 (diff)
downloadjazzer-api-158d38a4a3496443a5af605c8331c06fdf8bc9ff.tar.gz
Restore g++ compatibility
Also moves the quote command args patch upstream.
Diffstat (limited to 'repositories.bzl')
-rw-r--r--repositories.bzl9
1 files changed, 3 insertions, 6 deletions
diff --git a/repositories.bzl b/repositories.bzl
index 49389069..2e078eec 100644
--- a/repositories.bzl
+++ b/repositories.bzl
@@ -124,10 +124,7 @@ def jazzer_dependencies():
http_archive,
name = "jazzer_libfuzzer",
build_file = "@jazzer//third_party:libFuzzer.BUILD",
- patches = [
- "@jazzer//third_party:libFuzzer-quote-command-args.patch",
- ],
- sha256 = "bb9245e3749a40fcc3dbf5d24d6ff3b41965066f2081b26c47815585a2a5d81b",
- strip_prefix = "llvm-project-jazzer-10f9541ad4a15f2e4efad991bef33d99e16fad90",
- url = "https://github.com/CodeIntelligenceTesting/llvm-project-jazzer/archive/10f9541ad4a15f2e4efad991bef33d99e16fad90.tar.gz",
+ sha256 = "1c6fd44cf6ea5f70f79fba94a86ff3cd010b9e25f2166b7d55143acd21ce6f08",
+ strip_prefix = "llvm-project-jazzer-b9c07e9c1e75857901808c13101c909104c413a8",
+ url = "https://github.com/CodeIntelligenceTesting/llvm-project-jazzer/archive/b9c07e9c1e75857901808c13101c909104c413a8.tar.gz",
)