Francis Visoiu Mistrih | 2ae1be7 | 2018-11-05 11:57:44 +0000 | [diff] [blame] | 1 | //===-liboptremarks.cpp - LLVM Opt-Remarks Shared Library -----------------===// |
| 2 | // |
Chandler Carruth | 2946cd7 | 2019-01-19 08:50:56 +0000 | [diff] [blame^] | 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 |
Francis Visoiu Mistrih | 2ae1be7 | 2018-11-05 11:57:44 +0000 | [diff] [blame] | 6 | // |
| 7 | //===----------------------------------------------------------------------===// |
| 8 | // |
| 9 | // Provide a library to work with optimization remarks. |
| 10 | // |
| 11 | //===----------------------------------------------------------------------===// |
| 12 | |
| 13 | #include "llvm-c/OptRemarks.h" |
| 14 | |
| 15 | extern uint32_t LLVMOptRemarkVersion(void) { |
| 16 | return OPT_REMARKS_API_VERSION; |
| 17 | } |