Skip to content

Commit 3409034

Browse files
committed
Remove LLVM_LIBRARY_VISIBILITY from lld
1 parent 9161e15 commit 3409034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/ELF/Config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ struct Ctx {
661661
ArrayRef<uint8_t> aarch64PauthAbiCoreInfo;
662662
};
663663

664-
LLVM_LIBRARY_VISIBILITY extern Ctx ctx;
664+
extern Ctx ctx;
665665

666666
// The first two elements of versionDefinitions represent VER_NDX_LOCAL and
667667
// VER_NDX_GLOBAL. This helper returns other elements.

0 commit comments

Comments
 (0)