[all-commits] [llvm/llvm-project] 11c110: [ORC-RT] Separate jit-dispach tag decls from defin...
lhames via All-commits
all-commits at lists.llvm.org
Mon Jul 19 05:11:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11c11006d70b0d1cf182a4b0cfa665c74cba2e30
https://github.com/llvm/llvm-project/commit/11c11006d70b0d1cf182a4b0cfa665c74cba2e30
Author: Lang Hames <lhames at gmail.com>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M compiler-rt/lib/orc/macho_platform.cpp
Log Message:
-----------
[ORC-RT] Separate jit-dispach tag decls from definitions.
This should eliminate the "initialized and declared 'extern'" warnings produced
on some bots, e.g. https://lab.llvm.org/buildbot/#/builders/165/builds/3770
Commit: aa69f0d8fbbcdf6b902694c200caaa90c493a0a7
https://github.com/llvm/llvm-project/commit/aa69f0d8fbbcdf6b902694c200caaa90c493a0a7
Author: Lang Hames <lhames at gmail.com>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M compiler-rt/lib/orc/common.h
M compiler-rt/lib/orc/compiler.h
Log Message:
-----------
[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/.
Compare: https://github.com/llvm/llvm-project/compare/5939c642aeed...aa69f0d8fbbc
More information about the All-commits
mailing list