]> granicus.if.org Git - clang/commit
Teach TargetInfo to hold on to the TargetOptions with which it was
authorDouglas Gregor <dgregor@apple.com>
Mon, 15 Oct 2012 16:45:32 +0000 (16:45 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 15 Oct 2012 16:45:32 +0000 (16:45 +0000)
commit9a022bb007a3e77e1ac1330f955a239cfb1dd0fb
tree7b86255dc1214dfa9c742ce9e5ac52f5292cbcdf
parentba1f04007baf376c5f5ccf7ef23588399942de7b
Teach TargetInfo to hold on to the TargetOptions with which it was
created.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165943 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/TargetInfo.h
include/clang/Frontend/ASTUnit.h
lib/Basic/TargetInfo.cpp
lib/Basic/Targets.cpp
lib/Frontend/ASTUnit.cpp
lib/Lex/ModuleMap.cpp