Skip to content

Commit 8de4c80

Browse files
authored
Merge pull request #81642 from mikeash/typeref-decoding-asan-chained-fixups
[Test] Disable chained fixups for typeref_decoding_asan.swift.
2 parents 5583f93 + cef762b commit 8de4c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Reflection/typeref_decoding_asan.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// REQUIRES: asan_runtime
88
// RUN: %empty-directory(%t)
9-
// RUN: %target-build-swift -target %target-swift-5.2-abi-triple %S/Inputs/ConcreteTypes.swift %S/Inputs/GenericTypes.swift %S/Inputs/Protocols.swift %S/Inputs/Extensions.swift %S/Inputs/Closures.swift -parse-as-library -emit-module -emit-library -module-name TypesToReflect -sanitize=address -o %t/%target-library-name(TypesToReflect)
9+
// RUN: %target-build-swift -target %target-swift-5.2-abi-triple %S/Inputs/ConcreteTypes.swift %S/Inputs/GenericTypes.swift %S/Inputs/Protocols.swift %S/Inputs/Extensions.swift %S/Inputs/Closures.swift -parse-as-library -emit-module -emit-library -module-name TypesToReflect %no-fixup-chains -sanitize=address -o %t/%target-library-name(TypesToReflect)
1010
// RUN: %target-swift-reflection-dump %t/%target-library-name(TypesToReflect) | %FileCheck %s
1111

1212
// CHECK: FIELDS:

0 commit comments

Comments
 (0)