[all-commits] [llvm/llvm-project] 390111: [SystemZ/z/OS] Fix failing dynamic library unit test.
Kai Nacke via All-commits
all-commits at lists.llvm.org
Thu Jun 9 10:48:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 390111511614aa7343397cc8a936ea810e3eba9e
https://github.com/llvm/llvm-project/commit/390111511614aa7343397cc8a936ea810e3eba9e
Author: Kai Nacke <kai.nacke at de.ibm.com>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M llvm/unittests/Support/DynamicLibrary/PipSqueak.h
Log Message:
-----------
[SystemZ/z/OS] Fix failing dynamic library unit test.
Root cause for the failure is that the visibility of symbols
is different on z/OS. To fix the failure, the symbols need to
be exported.
Reviewed By: abhina.sreeskantharajan
Differential Revision: https://reviews.llvm.org/D127416
More information about the All-commits
mailing list