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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 10 13:44:44 PDT 2014


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





--- Comment #38 from Mark Rowe (bdash) <mrowe at apple.com>  2014-04-10 13:45:04 PST ---
(From update of attachment 229075)
View in context: https://bugs.webkit.org/attachment.cgi?id=229075&action=review

> Source/JavaScriptCore/copy-llvm-ir-to-derived-sources.sh:14
> +            tar -czvf "$RUNTIME_DERIVED_SOURCES_DIR/$arch/${file_name%.o}.bc.tar.gz" "$file"

Using tar to compress a single file is weird, and seems like it'll make it harder to work with the files at runtime. Is there any reason not to use gzip directly?

-- 
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