Basic: thread TargetOptions into TargetInfo
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 9 Apr 2016 19:09:25 +0000 (19:09 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 9 Apr 2016 19:09:25 +0000 (19:09 +0000)
commite86dd022c6084e3a12616fc594fb2d6584fcc9c2
tree243392b61cbe41fa840351a36bbedf5078c85c52
parent71224530c10ae7349c008237ec5c284fd1451c62
Basic: thread TargetOptions into TargetInfo

This threads TargetOptions into the TargetInfo hierarchy.  This is a rework of
the original attempt to thread additional information into the TargetInfo to
make decisions based on additional ABI related options.

llvm-svn: 265878
clang/lib/Basic/Targets.cpp