| commit | 642e770f684eb8b269df0988cff45ce1becff269 | [log] [tgz] |
|---|---|---|
| author | Tim Northover <tnorthover@apple.com> | Mon Nov 10 21:17:23 2014 +0000 |
| committer | Tim Northover <tnorthover@apple.com> | Mon Nov 10 21:17:23 2014 +0000 |
| tree | cdf9f3760ccdcf3f1ee15f4f309b5a96362f9ec2 | |
| parent | 99c464c3f377c31824318455789cdd422b3e3a82 [diff] |
AArch64: set all processor features from -arch if nothing else present Darwin's "-arch arm64" option implies full Cyclone CPU, for both architectural and tuning purposes. So if neither of the explicit options have been given, forward that on to the proper invocation. rdar://problem/18906227 llvm-svn: 221631