aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugVariables.cpp
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2014-07-09 19:40:08 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2014-07-09 19:40:08 +0000
commitb7dd329f2f3ffdb8a1e5ec31e87e94a6038c2073 (patch)
tree8149a3e123456b9a6743ebb67dfdfbfd6fa8e8ca /llvm/lib/CodeGen/LiveDebugVariables.cpp
parentcd0a4aaba3925d8b243c82bcaa885e121576c9ae (diff)
downloadllvm-b7dd329f2f3ffdb8a1e5ec31e87e94a6038c2073.zip
llvm-b7dd329f2f3ffdb8a1e5ec31e87e94a6038c2073.tar.gz
llvm-b7dd329f2f3ffdb8a1e5ec31e87e94a6038c2073.tar.bz2
Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Turn llvm::SpecialCaseList into a simple class that parses text files in a specified format and knows nothing about LLVM IR. Move this class into LLVMSupport library. Implement two users of this class: * DFSanABIList in DFSan instrumentation pass. * SanitizerBlacklist in Clang CodeGen library. The latter will be modified to use actual source-level information from frontend (source file names) instead of unstable LLVM IR things (LLVM Module identifier). Remove dependency edge from ClangCodeGen/ClangDriver to LLVMTransformUtils. No functionality change. llvm-svn: 212643
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions