Move -fsanitize-blacklist to LangOpts from CodeGenOpts. NFC.
authorAlexey Samsonov <vonosmas@gmail.com>
Wed, 15 Oct 2014 20:22:54 +0000 (20:22 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Wed, 15 Oct 2014 20:22:54 +0000 (20:22 +0000)
commitae5804f3d70dc995b42eea35f483105f31a40199
treed15cee2fe05eda54479e06f2651214702f92f100
parentdb2ecad3cdcb36e989ba1d96a743ad9b9fb866b9
Move -fsanitize-blacklist to LangOpts from CodeGenOpts. NFC.

After http://reviews.llvm.org/D5687 is submitted, we will need
SanitizerBlacklist before the CodeGen phase, so make it a LangOpt
(as it will actually affect ABI / class layout).

llvm-svn: 219842
clang/include/clang/Basic/LangOptions.h
clang/include/clang/Frontend/CodeGenOptions.h
clang/lib/CodeGen/BackendUtil.cpp
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/Frontend/CompilerInvocation.cpp