Files
swift-mirror/test/IRGen/asan-attributes.swift
2017-07-02 12:42:01 -07:00

9 lines
271 B
Swift

// This test verifies that we add the function attributes used by ASan.
// RUN: %target-swift-frontend -assume-parsing-unqualified-ownership-sil -emit-ir -sanitize=address %s | %FileCheck %s -check-prefix=ASAN
func test() {
}
// ASAN: Function Attrs: sanitize_address