Bug 787302 - Most stacks are truncated (using minidump_stackwalk on a

Mac Tinderbox debug build). r=catlee.
patch clang to always produce debug_frame.
This commit is contained in:
Rafael Ávila de Espíndola
2012-09-17 09:21:17 -04:00
parent bc7eac1c76
commit e59314551d
2 changed files with 14 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ if not os.path.exists(source_dir):
os.symlink("../../compiler-rt", llvm_source_dir + "/projects/compiler-rt")
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)