Title: [198681] trunk
Revision
198681
Author
[email protected]
Date
2016-03-25 11:42:52 -0700 (Fri, 25 Mar 2016)

Log Message

REGRESSION (r197358): WebKitSystemInterface.h copied into directory named "--llvm"
https://bugs.webkit.org/show_bug.cgi?id=155838

Reviewed by Alexey Proskuryakov.

Do not pass command line flag --llvm when calling script copy-webkitlibraries-to-product-directory
to avoid copying the WebKitSystemInterface libraries to an incorrect location. The --llvm flag was
removed from copy-webkitlibraries-to-product-directory in <http://trac.webkit.org/changeset/197358>.

* WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:

Modified Paths

Diff

Modified: trunk/ChangeLog (198680 => 198681)


--- trunk/ChangeLog	2016-03-25 18:42:18 UTC (rev 198680)
+++ trunk/ChangeLog	2016-03-25 18:42:52 UTC (rev 198681)
@@ -1,3 +1,16 @@
+2016-03-25  Daniel Bates  <[email protected]>
+
+        REGRESSION (r197358): WebKitSystemInterface.h copied into directory named "--llvm"
+        https://bugs.webkit.org/show_bug.cgi?id=155838
+
+        Reviewed by Alexey Proskuryakov.
+
+        Do not pass command line flag --llvm when calling script copy-webkitlibraries-to-product-directory
+        to avoid copying the WebKitSystemInterface libraries to an incorrect location. The --llvm flag was
+        removed from copy-webkitlibraries-to-product-directory in <http://trac.webkit.org/changeset/197358>.
+
+        * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
+
 2016-03-25  Bill Ming  <[email protected]>
 
         Detect correct number of processors on windows

Modified: trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme (198680 => 198681)


--- trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme	2016-03-25 18:42:18 UTC (rev 198680)
+++ trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme	2016-03-25 18:42:52 UTC (rev 198681)
@@ -9,7 +9,7 @@
             ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
             <ActionContent
                title = "Run Script"
-               scriptText = "&quot;$SRCROOT/../../Tools/Scripts/copy-webkitlibraries-to-product-directory&quot; --wksi --llvm">
+               scriptText = "&quot;$SRCROOT/../../Tools/Scripts/copy-webkitlibraries-to-product-directory&quot; --wksi">
                <EnvironmentBuildable>
                   <BuildableReference
                      BuildableIdentifier = "primary"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to