Created
September 10, 2020 14:14
-
-
Save luca020400/1ea2990ce71dc99356efc9663f4010f6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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