Skip to content
  1. Feb 23, 2017
  2. Feb 22, 2017
  3. Feb 21, 2017
  4. Feb 20, 2017
  5. Feb 19, 2017
    • Rui Ueyama's avatar
      Add a comment about the copy relocation. · a8091585
      Rui Ueyama authored
      llvm-svn: 295622
      a8091585
    • David Blaikie's avatar
      Revert "[COFF] support /ERRORLIMIT option" · 4cdfe699
      David Blaikie authored
      Behavior races on ErrorCount. If the enqueued paths are evaluated
      eagerly (in enqueuePath) then the behavior is as the test expects. But
      they may not be evaluated until the future is waited on, in run() -
      which is after the early return/exit on ErrorCount. (this causes the
      test to fail (because in the "/ERRORCOUNT:XYZ" test, no other errors
      are printed), at least for me, on linux)
      
      This reverts commit r295507.
      
      llvm-svn: 295590
      4cdfe699
  6. Feb 17, 2017
Loading