Skip to content

Instantly share code, notes, and snippets.

@luca020400
Created September 10, 2020 14:14
Show Gist options
  • Save luca020400/1ea2990ce71dc99356efc9663f4010f6 to your computer and use it in GitHub Desktop.
Save luca020400/1ea2990ce71dc99356efc9663f4010f6 to your computer and use it in GitHub Desktop.
diff --git a/src/compiler/clang.rs b/src/compiler/clang.rs
index 1563cfd..d93e446 100644
--- a/src/compiler/clang.rs
+++ b/src/compiler/clang.rs
@@ -119,7 +119,6 @@ counted_array!(pub static ARGS: [ArgInfo<gcc::ArgData>; _] = [
flag!("-fprofile-instr-generate", ProfileGenerate),
// Can be either -fprofile-instr-use or -fprofile-instr-use=path
take_arg!("-fprofile-instr-use", OsString, Concatenated, TooHard),
- take_arg!("-fsanitize-blacklist", PathBuf, Concatenated('='), ExtraHashFile),
take_arg!("-gcc-toolchain", OsString, Separated, PassThrough),
take_arg!("-include-pch", PathBuf, CanBeSeparated, PreprocessorArgumentPath),
take_arg!("-load", PathBuf, Separated, ExtraHashFile),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment