[all-commits] [llvm/llvm-project] 9e9c5f: Explicitly specify -std=c++11 and include <mutex> ...

jimingham via All-commits all-commits at lists.llvm.org
Mon Dec 16 18:09:31 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9e9c5f0a6346ef02e31d5e8b91e6aab16a2e9370
      https://github.com/llvm/llvm-project/commit/9e9c5f0a6346ef02e31d5e8b91e6aab16a2e9370
  Author: Jim Ingham <jingham at apple.com>
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/locking.cpp
    M lldb/packages/Python/lldbsuite/test/lang/c/step_over_no_deadlock/Makefile
    M lldb/packages/Python/lldbsuite/test/lang/c/step_over_no_deadlock/locking.cpp

  Log Message:
  -----------
  Explicitly specify -std=c++11 and include <mutex> and <condition_variable>.

These files built on macos but not on Debian Linux.  Let's see if this fixes it.




More information about the All-commits mailing list