[Webkit-unassigned] [Bug 130523] Need target to produce llvm ir

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 4 13:33:29 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=130523





--- Comment #13 from Geoffrey Garen <ggaren at apple.com>  2014-04-04 13:33:49 PST ---
(From update of attachment 228350)
View in context: https://bugs.webkit.org/attachment.cgi?id=228350&action=review

> Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:6471
> +			productInstallPath = "${SYSTEM_LIBRARY_DIR}/Frameworks/WebKit.framework/Versions/A/Frameworks";

This still needs to be fixed. Maybe just delete it? Or change it to JS/Resources.

> Source/JavaScriptCore/build_index.py:9
> +def runBash(cmd):

Let's make sure not to run this script when building 32bit.

> Source/JavaScriptCore/build_index.py:14
> +# dir = os.getenv("TARGET_TEMP_DIR") + "/Objects-normal/" + os.getenv("CURRENT_ARCH")

Let's nix this.

> Source/JavaScriptCore/build_index.py:17
> +symbol_table_loc = os.getenv("BUILT_PRODUCTS_DIR") + "/DerivedSources/JavaScriptCoreRuntime.symtbl"

Our table to load at runtime needs to be in the framework's "Resources" folder, so it's available at runtime. DerivedSources is only available at compile time.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list