blob: 13acada06ac2c0015a7a3d7ee200c98120a268ab [file] [log] [blame]
Francis Visoiu Mistrih040e4d72018-11-05 11:57:44 +00001//===-liboptremarks.cpp - LLVM Opt-Remarks Shared Library -----------------===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// Provide a library to work with optimization remarks.
11//
12//===----------------------------------------------------------------------===//
13
14#include "llvm-c/OptRemarks.h"
15
16extern uint32_t LLVMOptRemarkVersion(void) {
17 return OPT_REMARKS_API_VERSION;
18}