[all-commits] [llvm/llvm-project] eaa329: [ORC-RT] Handle missing __has_builtin operator.
lhames via All-commits
all-commits at lists.llvm.org
Mon Jul 19 03:20:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eaa329e76e72da518a1b185a804f6bb5d41b7ff4
https://github.com/llvm/llvm-project/commit/eaa329e76e72da518a1b185a804f6bb5d41b7ff4
Author: Lang Hames <lhames at gmail.com>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M compiler-rt/lib/orc/compiler.h
Log Message:
-----------
[ORC-RT] Handle missing __has_builtin operator.
For compilers that do not support __has_builtin just return '0'. This should fix
the bot failure at https://lab.llvm.org/buildbot/#/builders/165/builds/3761.
More information about the All-commits
mailing list