]> granicus.if.org Git - clang/commit
[ARM] Pass in the architecture to TargetParser to cope with API change
authorBradley Smith <bradley.smith@arm.com>
Mon, 16 Nov 2015 11:16:36 +0000 (11:16 +0000)
committerBradley Smith <bradley.smith@arm.com>
Mon, 16 Nov 2015 11:16:36 +0000 (11:16 +0000)
commit09adec2e3ceb8b9a953d543ae049870e6570b579
tree2593470c7dbdcbe2a76f6f0e6e377c5b7033ac68
parent5b7eec804c614e3855bb17250c689fc9f5a1b4ef
[ARM] Pass in the architecture to TargetParser to cope with API change

The TargetParser API to get the default FPU and default extensions has
changed so that it can fall back to the architecture in case of a
generic CPU.

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