We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ebb558 + 217b33e commit b291134Copy full SHA for b291134
test/multifile/batch-mode-llvmIRHash-consistency.swift
@@ -1,6 +1,9 @@
1
// Ensure that the LLVMIR hash of the 2nd compilation in batch mode
2
// is consistent no matter if the first one generates code or not.
3
4
+// This test fails in some configurations.
5
+// REQUIRES: rdar_62338337
6
+
7
// RUN: %empty-directory(%t)
8
// RUN: echo 'public enum E: Error {}' >%t/main.swift
9
// RUN: echo >%t/other.swift
0 commit comments