Summary: Remove run-jsc-stress-tests benign warning about otool '-S' switch. The switch appears to not be necessary, since jscPath is a binary not a library: -S print the table of contents of a library Steps to reproduce: 1. $ run-jsc-stress-tests --release JSCTests/wasm.yaml => Output includes an error: Using the following jsc path: /Users/pecoraro/Build/Release/jsc error: /Users/pecoraro/Desktop/Xcode8.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool: for -S functionality, use llvm-nm with -print-armap Notes: - Dropping -S I see the same output but get a successful exit code. run-jsc-stress-tests still works.
Created attachment 306335 [details] [PATCH] Proposed Fix
Comment on attachment 306335 [details] [PATCH] Proposed Fix looks good to me.
Comment on attachment 306335 [details] [PATCH] Proposed Fix Clearing flags on attachment: 306335 Committed r214981: <http://trac.webkit.org/changeset/214981>
All reviewed patches have been landed. Closing bug.