diff options
author | Alex Zinenko <zinenko@google.com> | 2022-07-18 18:28:04 +0200 |
---|---|---|
committer | Alex Zinenko <zinenko@google.com> | 2022-07-25 15:52:53 +0200 |
commit | 9c1d133c3a0256cce7f40e2e06966f84e8b99ffe (patch) | |
tree | fc6b1739644d6bff57e6c9f3f7be871797d07af9 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | a8601f11fbb753e552197c5aa835fd3c30c29fd3 (diff) | |
download | llvm-9c1d133c3a0256cce7f40e2e06966f84e8b99ffe.zip llvm-9c1d133c3a0256cce7f40e2e06966f84e8b99ffe.tar.gz llvm-9c1d133c3a0256cce7f40e2e06966f84e8b99ffe.tar.bz2 |
[mlir] move _mlir_alloc and friends to CRunnerUtils
These functions don't depend on the C++ runtime and therefore belong to
CRunnerUtils. Clean up the macros on the way as `_MSC_VER` indicates the
compiler, not the platform, which is indicated by `_WIN32` and will be
present when, e.g., compiling with minGW.
Reviewed By: rdzhabarov
Differential Revision: https://reviews.llvm.org/D130025
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions