You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Explicit Module Builds] Add a setting to allow creating a reproducer for errors.
The idea is the same as Clang flag `-gen-reproducer=error` but for
explicit module builds. The name of the setting is a subject to change
depending on how it ends up being used.
Not all module-related issues are crashes, so it is useful to allow
creating and sharing reproducers for errors.
rdar://158780565
@@ -997,7 +1001,8 @@ public class ClangCompilerSpec : CompilerSpec, SpecIdentifierType, GCCCompatible
997
1001
// To match the behavior of -MMD, our scan task should filter out headers in the SDK when discovering dependencies. In the long run, libclang should do this for us.
0 commit comments