]> granicus.if.org Git - clang/commit
Pull the target attribute parsing out of CGCall and onto TargetInfo.
authorEric Christopher <echristo@gmail.com>
Mon, 31 Aug 2015 18:39:22 +0000 (18:39 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 31 Aug 2015 18:39:22 +0000 (18:39 +0000)
commitc26554dd3bce88e59f4ad11c9ca0c5ac1c0cf3fd
tree33d5a763f4987074d9fcbc2c0ed3f1f934f912cd
parentbd8b3b1b68b605bc6f4482492cf90936f3cdea1a
Pull the target attribute parsing out of CGCall and onto TargetInfo.

Also:
  - Add a typedef to make working with the result easier.
  - Update callers to use the new function.
  - Make initFeatureMap out of line.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246468 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/TargetInfo.h
lib/Basic/TargetInfo.cpp
lib/CodeGen/CGCall.cpp