diff options
author | Danny Mösch <danny.moesch@icloud.com> | 2022-03-30 08:03:32 +0200 |
---|---|---|
committer | Danny Mösch <danny.moesch@icloud.com> | 2022-03-30 08:03:32 +0200 |
commit | b3079e8a7e06ebab63d615cfaece10c9edc3cc9f (patch) | |
tree | ce7b9f5a416dbbaa3927c9d9f0eb1c5ea469873c /llvm/lib/IR/Function.cpp | |
parent | 115b3ace369254f573ca28934ef30ab9d8f497ef (diff) | |
download | llvm-b3079e8a7e06ebab63d615cfaece10c9edc3cc9f.zip llvm-b3079e8a7e06ebab63d615cfaece10c9edc3cc9f.tar.gz llvm-b3079e8a7e06ebab63d615cfaece10c9edc3cc9f.tar.bz2 |
[clang-tidy] Make test work on architectures which do not provide a `__int128_t`
See f10cee91ae07022e602d6a47e504e86796d49a7d. The test did still not run successful since the
`CHECK-MESSAGE` line is still read and considered even though the `#ifdef` removes the code if
`__int128_t` is not available. Now there is a fallback type in this case.
Diffstat (limited to 'llvm/lib/IR/Function.cpp')
0 files changed, 0 insertions, 0 deletions