Changes between Version 1 and Version 2 of ASanWebKit


Ignore:
Timestamp:
Apr 3, 2014 12:37:21 PM (10 years ago)
Author:
thakis@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ASanWebKit

    v1 v2  
    2424sudo vi /Applications/Xcode.app/Contents/Developer/Toolchains/ASAN.xctoolchain/ToolchainInfo.plist
    2525}}}
    26  5. Build trunk clang/llvm.  The address sanitizer should be built by default for Mac OS X.  See http://www.llvm.org/docs/ for details.  Subversion revision r204316 of clang/llvm is known to build WebKit for Mac OS X.  Newer versions may introduce new warnings or compiler bugs that must be fixed before proceeding.
     26 5. Build trunk clang/llvm.  The address sanitizer should be built by default for Mac OS X.  See http://www.llvm.org/docs/ for details.  Subversion revision r204316 of clang/llvm is known to build WebKit for Mac OS X.  Newer versions may introduce new warnings or compiler bugs that must be fixed before proceeding. Alternatively, you can download a prebuilt binary from http://commondatastorage.googleapis.com/chromium-browser-clang/index.html?path=Mac/
    2727 6. Ditto the clang/llvm build output into `/Applications/Xcode.app/Contents/Developer/Toolchains/ASAN.xctoolchain` to replace the version of clang/llvm in the original toolchain.
    2828{{{