Title: [260433] trunk/Tools
Revision
260433
Author
[email protected]
Date
2020-04-21 09:58:55 -0700 (Tue, 21 Apr 2020)

Log Message

Correct the path to libclang_rt.asan_iossim_dynamic.dylib in LC_RPATH
https://bugs.webkit.org/show_bug.cgi?id=210770
rdar://problem/61904541

Reviewed by Alex Christensen.

* asan/asan.xcconfig:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (260432 => 260433)


--- trunk/Tools/ChangeLog	2020-04-21 16:30:31 UTC (rev 260432)
+++ trunk/Tools/ChangeLog	2020-04-21 16:58:55 UTC (rev 260433)
@@ -1,3 +1,13 @@
+2020-04-21  Alexey Proskuryakov  <[email protected]>
+
+        Correct the path to libclang_rt.asan_iossim_dynamic.dylib in LC_RPATH
+        https://bugs.webkit.org/show_bug.cgi?id=210770
+        rdar://problem/61904541
+
+        Reviewed by Alex Christensen.
+
+        * asan/asan.xcconfig:
+
 2020-04-21  Diego Pino Garcia  <[email protected]>
 
         [Flatpak SDK] Keep env variable 'RESULTS_SERVER_API_KEY'

Modified: trunk/Tools/asan/asan.xcconfig (260432 => 260433)


--- trunk/Tools/asan/asan.xcconfig	2020-04-21 16:30:31 UTC (rev 260432)
+++ trunk/Tools/asan/asan.xcconfig	2020-04-21 16:58:55 UTC (rev 260433)
@@ -13,4 +13,4 @@
 
 // Workaround for rdar://problem/49498092
 OTHER_LDFLAGS = $(inherited) $(WK_LDFLAGS_ASAN_$(ENABLE_ADDRESS_SANITIZER));
-WK_LDFLAGS_ASAN_YES = -Wl,-rpath,@executable_path/../Frameworks;
+WK_LDFLAGS_ASAN_YES = -Wl,-rpath,@executable_path/Frameworks;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to