summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-07-22 08:16:53 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-07-22 08:16:53 +0000
commit43025a08699db9ca83c4f5a4607e056aab470b04 (patch)
treea7742fa26030957a0995cda533f8ad814aa54c62 /clang/lib/CodeGen/CodeGenFunction.cpp
parent1108b1671ca0a82d2a3edbecd6a5f998e369ef9c (diff)
downloadbcm5719-llvm-43025a08699db9ca83c4f5a4607e056aab470b04.tar.gz
bcm5719-llvm-43025a08699db9ca83c4f5a4607e056aab470b04.zip
Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.
The header file was already properly located. The previous need for it in Support had to do with the version string printing which was fixed in r135757. Also update build dependencies where libraries that needed the functionality of the Target library (in the form of the TargetRegistry) were picking it up via Support. This is pretty pervasive, essentially every TargetInfo library (ARMInfo, etc) uses TargetRegistry, making it depend on Target. All of these were previously just sneaking by. llvm-svn: 135760
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud