mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-05 00:49:43 +00:00
[flang] Fix windows bot after D125140
The ifdef is not required in the header, common::int128_t is always defined. The function declaration must be available in lowering regardless of the host int128_t support. Differential Revision: https://reviews.llvm.org/D125211
This commit is contained in:
parent
7ed16e7c51
commit
d38915ffeb
@ -123,11 +123,9 @@ Cookie IONAME(BeginInternalFormattedInput)(const char *internal,
|
||||
enum Iostat IONAME(CheckUnitNumberInRange64)(std::int64_t unit,
|
||||
bool handleError, char *ioMsg = nullptr, std::size_t ioMsgLength = 0,
|
||||
const char *sourceFile = nullptr, int sourceLine = 0);
|
||||
#ifdef __SIZEOF_INT128__
|
||||
enum Iostat IONAME(CheckUnitNumberInRange128)(common::int128_t unit,
|
||||
bool handleError, char *ioMsg = nullptr, std::size_t ioMsgLength = 0,
|
||||
const char *sourceFile = nullptr, int sourceLine = 0);
|
||||
#endif
|
||||
|
||||
// External synchronous I/O initiation
|
||||
Cookie IONAME(BeginExternalListOutput)(ExternalUnit = DefaultUnit,
|
||||
|
Loading…
x
Reference in New Issue
Block a user