Revert "IRGen: Brazenly nuke -enable-dynamic-value-type-layout flag"

Speculatively reverting because the iOS bots are broken.

Swift SVN r29145
This commit is contained in:
Ted Kremenek
2015-05-29 14:11:25 +00:00
parent aa7f47df9b
commit dad92b0084
8 changed files with 40 additions and 5 deletions

View File

@@ -1,15 +0,0 @@
// RUN: %target-swift-frontend %s -emit-ir
// REQUIRES: objc_interop
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
// http://www.openradar.me/18349699
import Foundation
class d<c>: NSObject {
var b: c
init(b: c) {
self.b = b
}
}