diff options
author | AndreyChurbanov <andrey.churbanov@intel.com> | 2020-11-25 20:40:23 +0300 |
---|---|---|
committer | AndreyChurbanov <andrey.churbanov@intel.com> | 2020-11-25 20:40:23 +0300 |
commit | 9e3e332d273b80b5167ac35f8dcfa7178e45c5e9 (patch) | |
tree | e73e48f9d8483c72846af33ebac2cc2716a8b0a1 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 6d3b81664a4b79b32ed2c2f46b21ab0dca9029cc (diff) | |
download | llvm-9e3e332d273b80b5167ac35f8dcfa7178e45c5e9.zip llvm-9e3e332d273b80b5167ac35f8dcfa7178e45c5e9.tar.gz llvm-9e3e332d273b80b5167ac35f8dcfa7178e45c5e9.tar.bz2 |
[OpenMP] libomp: fix non-X86, non-AARCH64 builds
Commit https://reviews.llvm.org/rG7b5254223acbf2ef9cd278070c5a84ab278d7e5f
broke the build for some architectures, because macro KMP_PREFIX_UNDERSCORE
was defined only for x86, x86_64 and aarch64. This patch defines it for other
architectures (as a no-op).
Differential Revision: https://reviews.llvm.org/D92027
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions