[all-commits] [llvm/llvm-project] 52a280: [UBSan] Fix shared library linking in test for Dar...
Usama Hameed via All-commits
all-commits at lists.llvm.org
Fri Jun 30 13:00:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52a280bb60c20e12df3e1e91701f6338e03595d1
https://github.com/llvm/llvm-project/commit/52a280bb60c20e12df3e1e91701f6338e03595d1
Author: usama hameed <u_hameed at apple.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M compiler-rt/test/ubsan/TestCases/TypeCheck/Function/function.cpp
Log Message:
-----------
[UBSan] Fix shared library linking in test for Darwin.
Without rpath information, the test fails on some Darwin platforms since the binary fails to find the shared library.
rdar://110010041
Differential Revision: https://reviews.llvm.org/D154003
More information about the All-commits
mailing list