[compiler-rt] [sanitizer_common] Implement address sanitizer on AIX: add platform specific functionality (4/n) (PR #131868)

Hubert Tong via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 24 10:42:33 PDT 2025


================
@@ -325,20 +325,20 @@ INSTANTIATE_TEST_SUITE_P(SortAndDedupTest, SortAndDedupTest,
                          ::testing::ValuesIn(kSortAndDedupTests));
 
 #if SANITIZER_LINUX && !SANITIZER_ANDROID
-TEST(SanitizerCommon, FindPathToBinary) {
-  char *true_path = FindPathToBinary("true");
+TEST(SanitizerCommon, FindPathToBinaryOrLibrary) {
----------------
hubert-reinterpretcast wrote:

Same comment re: being able to avoid making these changes.

https://github.com/llvm/llvm-project/pull/131868


More information about the llvm-commits mailing list