Fix X86 compilation.

This commit is to work-around an LLVM bug. LLVM's DisableUnitAtATime will
break X86 compilation (logan), and I saw this in the llvm PassManagerBuilder:
  // FIXME: We shouldn't bother with this anymore.
  MPM.add(createStripDeadPrototypesPass());

We follow the workaround above in the LLVM tree. It does magic.

Change-Id: I699757f3385a91202d34141d7f154cd0e80bae03
1 file changed
tree: 3a8cedf75c0261b553e5285c23427d8528216e56
  1. build/
  2. jdwpspy/
  3. src/
  4. test/
  5. tools/
  6. .gitignore
  7. Android.mk