Add 'remark' diagnostic type in LLVM
A 'remark' is information that is not an error or a warning, but rather some additional information provided to the user. In contrast to a 'note' a 'remark' is an independent diagnostic, whereas a 'note' always depends on another diagnostic. A typical use case for remark nodes is information provided to the user, e.g. information provided by the vectorizer about loops that have been vectorized. llvm-svn: 202474
Showing
- llvm/include/llvm-c/lto.h 5 additions, 4 deletionsllvm/include/llvm-c/lto.h
- llvm/include/llvm/IR/DiagnosticInfo.h 3 additions, 0 deletionsllvm/include/llvm/IR/DiagnosticInfo.h
- llvm/lib/IR/LLVMContext.cpp 3 additions, 0 deletionsllvm/lib/IR/LLVMContext.cpp
- llvm/lib/LTO/LTOCodeGenerator.cpp 3 additions, 0 deletionsllvm/lib/LTO/LTOCodeGenerator.cpp
Please register or sign in to comment