]> granicus.if.org Git - clang/commit
Verify that clang TargetInfo descriptions match DataLayout strings from LLVM
authorAlp Toker <alp@nuanti.com>
Thu, 2 Jan 2014 15:08:04 +0000 (15:08 +0000)
committerAlp Toker <alp@nuanti.com>
Thu, 2 Jan 2014 15:08:04 +0000 (15:08 +0000)
commit2a030a3aec48ed18846518aab60e5e5e72f381cc
tree7bc2e30a55613ecef9e353e139356a116ced09d2
parent65f5b90a5b0623d7fc053050ca0fade528ed12ee
Verify that clang TargetInfo descriptions match DataLayout strings from LLVM

The backend string is only verified when available as it's possible to run
clang IRGen for targets that haven't been built or don't exist in LLVM.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198309 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/CodeGen/BackendUtil.h
lib/CodeGen/BackendUtil.cpp
lib/CodeGen/CodeGenAction.cpp