Changes between Version 1 and Version 2 of ASanWebKit
- Timestamp:
- Apr 3, 2014, 12:37:21 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ASanWebKit
v1 v2 24 24 sudo vi /Applications/Xcode.app/Contents/Developer/Toolchains/ASAN.xctoolchain/ToolchainInfo.plist 25 25 }}} 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/ 27 27 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. 28 28 {{{