Skip to content

Commit 36a3928

Browse files
committed
Merge #24
24: Separate upstream LLVM files; specify licenses.
2 parents 9d00b47 + d34b7ef commit 36a3928

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+6
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "libfuzzer-sys"
33
version = "0.1.0"
44
authors = ["The cargo-fuzz Project Developers"]
55
repository = "https://github.com/rust-fuzz/libfuzzer-sys"
6+
license = "MIT/Apache-2.0/NCSA"
67

78
# cargo-fuzz puts this in a crate subdirectory,
89
# which causes problems if the crate uses workspaces.

README.md

Lines changed: 4 additions & 0 deletions

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
extern crate gcc;
22

33
fn main() {
4-
let sources = ::std::fs::read_dir("src")
4+
let sources = ::std::fs::read_dir("llvm/lib/Fuzzer")
55
.expect("listable source directory")
66
.map(|de| de.expect("file in directory").path())
77
.filter(|p| p.extension().map(|ext| ext == "cpp") == Some(true))
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)