[all-commits] [llvm/llvm-project] 517f0f: MachineBasicBlock: Avoid copy in skipDebugInstruct...
Vedant Kumar via All-commits
all-commits at lists.llvm.org
Thu Apr 23 10:24:07 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 517f0f14bfa8e1ef4caa4ed08c70c644b4116a8f
https://github.com/llvm/llvm-project/commit/517f0f14bfa8e1ef4caa4ed08c70c644b4116a8f
Author: Vedant Kumar <vsk at apple.com>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M llvm/include/llvm/CodeGen/MachineBasicBlock.h
Log Message:
-----------
MachineBasicBlock: Avoid copy in skipDebugInstructions{Forward,Backward}, NFC
Commit: cfb4f8c5fbc6fd8ad06bcfc6f91926b6d55d3766
https://github.com/llvm/llvm-project/commit/cfb4f8c5fbc6fd8ad06bcfc6f91926b6d55d3766
Author: Vedant Kumar <vsk at apple.com>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M clang/lib/DirectoryWatcher/mac/DirectoryWatcher-mac.cpp
Log Message:
-----------
[DirectoryWatcher] Do not use FSEvents on non-macOS platforms
The FSEvents APIs are available on iOS6+: however, the DirectoryWatcher
code isn't wired up to really use FSEvents on embedded platforms.
I've duplicated code from DirectoryWatcher-not-implemented.cpp here and
used TargetConditionals instead of adding cmakery to check try_compile;
I couldn't get that to work properly.
Compare: https://github.com/llvm/llvm-project/compare/a88025672f89...cfb4f8c5fbc6
More information about the All-commits
mailing list