]> granicus.if.org Git - clang/commit
- Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/TargetParser.cpp
authorAlexandros Lamprineas <alexandros.lamprineas@arm.com>
Fri, 3 Jul 2015 11:57:23 +0000 (11:57 +0000)
committerAlexandros Lamprineas <alexandros.lamprineas@arm.com>
Fri, 3 Jul 2015 11:57:23 +0000 (11:57 +0000)
commit6b3af82767d94ec83c36d17db1e52e60ac20dd0f
tree1a0c4de25f790ba6f77f28cb94e33957989d4d8f
parentb3632d4efa2361f488a05005b9085f7083fc72a9
- Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/TargetParser.cpp
  for extracting target specific information.
- Patch for commit 241267: ShouldUseInlineAtomic was set incorrectly when subArch was
  not specified, causing regressions.

Change-Id: Iabb35d59722f4972f1a3ab4365880add5bbcfdcc

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241343 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp