mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[sourcekitd] Filter out -v flag
We really need to use the driver for this and stop doing ad-hoc filtering (rdar://17897287), for for now keep limping along... rdar://35424741
This commit is contained in:
@@ -377,6 +377,8 @@ static void sanitizeCompilerArgs(ArrayRef<const char *> Args,
|
||||
continue;
|
||||
if (Arg == "-c")
|
||||
continue;
|
||||
if (Arg == "-v")
|
||||
continue;
|
||||
if (Arg == "-Xfrontend")
|
||||
continue;
|
||||
if (Arg == "-embed-bitcode")
|
||||
|
||||
Reference in New Issue
Block a user