search for: cmake_current_bin

Displaying 1 result from an estimated 1 matches for "cmake_current_bin".

2015 Jun 04
2
[LLVMdev] [llvm] r239035 - Include BPF target in CMake builds.
...07:51:20 2015 > New Revision: 239035 > > Include BPF target in CMake builds. > > Modified: > llvm/trunk/CMakeLists.txt > > --- llvm/trunk/CMakeLists.txt (original) > +++ llvm/trunk/CMakeLists.txt Thu Jun 4 07:51:20 2015 > @@ -169,6 +169,7 @@ set(LLVM_INCLUDE_DIR ${CMAKE_CURRENT_BIN > set(LLVM_ALL_TARGETS > AArch64 > ARM > + BPF > CppBackend wow :) this is what I wanted to propose for the last few months. I had a chat with Chandler about graduating BPF backend from experimental, but I want to make sure everyone is ok before proceeding. Current status...