Lang Hames
|
ebec95590c
|
[ORC-RT] Add ORC_RT prefix to WEAK_IMPORT macro.
|
2021-07-20 11:30:54 +10:00 |
Lang Hames
|
aa69f0d8fb
|
[ORC-RT] Introduce a weak-import macro.
This should eliminate warnings about ignored weak_import attributes on some of
the bots, e.g. https://lab.llvm.org/buildbot/#/builders/165/builds/3770/.
|
2021-07-19 22:10:51 +10:00 |
Lang Hames
|
eaa329e76e
|
[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.
|
2021-07-19 20:20:31 +10:00 |
Lang Hames
|
bd6c93c004
|
[ORC-RT] Add compiler abstraction header for the ORC runtime.
This header provides helper macros to insulate the rest of the ORC runtime from
compiler specifics.
|
2021-05-18 08:44:15 -07:00 |