[InstCombine] Signed saturation patterns
[llvm-core.git] / tools / remarks-shlib / libremarks.cpp
blob3f65217cbcc28ed6ba9a84243692c00a45203336
1 //===-libremarks.cpp - LLVM Remarks Shared Library ------------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 //
9 // Provide a library to work with remark diagnostics.
11 //===----------------------------------------------------------------------===//
13 #include "llvm-c/Remarks.h"
15 extern uint32_t LLVMRemarkVersion(void) {
16 return REMARKS_API_VERSION;