]> granicus.if.org Git - clang/commit
Move setting of LangOpts based on target flags out of CompilerInstance
authorEric Christopher <echristo@gmail.com>
Wed, 22 Mar 2017 06:36:09 +0000 (06:36 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 22 Mar 2017 06:36:09 +0000 (06:36 +0000)
commit9a1877f04c1a225ff4acae5524d18be91f7fba3f
tree4af96fba0f7c51d2efd0ec27d632677c5c7160d0
parentbdf93f3e0295240ca9711f3e2c53f7e43deb9645
Move setting of LangOpts based on target flags out of CompilerInstance
and into TargetInfo::adjust so that it gets called in more places
throughout the compiler (AST serialization in particular).

Should fix PPC modules after removing of faltivec.

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