Commits

Xin Tong committed 273b1495834
Fix a swift argument initialization bug - swift argument should be initialized after argc and argv are initialized. rdar://24250684 I reordered the CHECK statements in some tests to make them pass. I tested this on Darwin and Linux.