Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Unified Diff: README.chromium

Issue 9580022: Silence genperf's success-related chatter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/yasm/
Patch Set: . Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | patched-yasm/tools/genperf/perfect.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 124732)
+++ README.chromium (working copy)
@@ -9,13 +9,16 @@
http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz
-To apply the patches, co to the patched-yasm directory and run:
- patch -p1 -i ../patches/01_genmodule_outfile.patch
- patch -p1 -i ../patches/02_gen_x86_insn_outdir.patch
+To apply the patches, cd to the patched-yasm directory and run:
+ patch -p1 -i ../patches/XXX.patch
+for each of the patch files in that directory.
+An equivalent of patches/04_silence_genperf_chatter.patch is in
+https://github.com/yasm/yasm/pull/61.
+
Windows uses version 1.1 for /SAFESEH compatibility
Source
http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz
Source built with Visual Studio 2008 and Cygwin Python 2.5
cd Mkfiles\vc9
- devenv -build Release yasm.sln
+ devenv -build Release yasm.sln
« no previous file with comments | « no previous file | patched-yasm/tools/genperf/perfect.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698