| commit | 847d2d454944bc56fccb8fbd344e91b6ec678a22 | [log] [tgz] |
|---|---|---|
| author | Tim Northover <Tim.Northover@arm.com> | Mon Feb 18 12:11:32 2013 +0000 |
| committer | Tim Northover <Tim.Northover@arm.com> | Mon Feb 18 12:11:32 2013 +0000 |
| tree | 13f493ff98d01c4ff3e3bc11df2513831629d99f | |
| parent | eaf706bef3fba21f522e3c51f6e5f4ae224f1924 [diff] |
AArch64: add atomic support parameters to TargetInfo This allows Clang to detect and deal wih __atomic_* operations properly on AArch64. Previously we produced an error when encountering them at high optimisation levels. llvm-svn: 175438