[all-commits] [llvm/llvm-project] 488825: [libc][bazel] static link test targets
michaelrj-google via All-commits
all-commits at lists.llvm.org
Tue May 2 14:55:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 48882561253fa66deb9362c6b43f3bcda1a958f7
https://github.com/llvm/llvm-project/commit/48882561253fa66deb9362c6b43f3bcda1a958f7
Author: Michael Jones <michaelrj at google.com>
Date: 2023-05-02 (Tue, 02 May 2023)
Changed paths:
M utils/bazel/llvm-project-overlay/libc/test/libc_test_rules.bzl
Log Message:
-----------
[libc][bazel] static link test targets
This solves issues caused by the symbols for internal components being
marked as hidden. When dynamically linked, the tests of internal
components, such as printf_parser_test, fail due to the symbols being
unavailable.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D149674
More information about the All-commits
mailing list