Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 787302 - Most stacks are truncated (using minidump_stackwalk on a…
Browse files Browse the repository at this point in the history
… Mac Tinderbox debug build). r=rail.

Also apply the patch on OS X.
  • Loading branch information
Rafael Ávila de Espíndola committed Sep 18, 2012
1 parent 221873f commit 2fc1929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/unix/build-clang/build-clang.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ def build_one_stage_aux(stage_dir, is_stage_one):
compiler_rt_source_dir, llvm_revision)
os.symlink("../../clang", llvm_source_dir + "/tools/clang")
os.symlink("../../compiler-rt", llvm_source_dir + "/projects/compiler-rt")
patch("llvm-debug-frame.patch", 1, llvm_source_dir)
if not isDarwin:
patch("old-ld-hack.patch", 1, llvm_source_dir)
patch("llvm-debug-frame.patch", 1, llvm_source_dir)
patch("compiler-rt-gnu89-inline.patch", 0, compiler_rt_source_dir)
patch("no-sse-on-linux.patch", 1, clang_source_dir)

Expand Down

0 comments on commit 2fc1929

Please sign in to comment.