Commits

Xin Tong committed d2a1cb90f5d
Fix a swift argument initialization bug - swift argument should be initialized after argc and argv are initialized. The problem before is that the argument function is a global_init which can be moved by the GlobalOpt optimization and thus broke the data dependence on argc and argv. rdar://24250684