This patch moves the handling of -pass-remarks* over to
lib/DiagnosticInfo.cpp. This allows the removal of the
optimizationRemarkEnabledFor functions from LLVMContextImpl, as they're
not needed anymore.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D3878
Remove LLVMContextImpl::optimizationRemarkEnabledFor. ClosedPublic Authored by dnovillo on May 22 2014, 10:16 AM.
Details Summary This patch moves the handling of -pass-remarks* over to
Diff Detail Event Timelinednovillo updated this object. This revision is now accepted and ready to land.May 22 2014, 10:19 AM
Revision Contents
Diff 9707 include/llvm/IR/DiagnosticInfo.h
lib/IR/DiagnosticInfo.cpp
lib/IR/LLVMContext.cpp
lib/IR/LLVMContextImpl.h
lib/IR/LLVMContextImpl.cpp
|