diff options
author | Alexei Starovoitov <alexei.starovoitov@gmail.com> | 2015-06-09 15:46:00 +0000 |
---|---|---|
committer | Alexei Starovoitov <alexei.starovoitov@gmail.com> | 2015-06-09 15:46:00 +0000 |
commit | bb9e34596cd872c98e40269dd71e87a27e52c1f4 (patch) | |
tree | cf56a51316ccf711b16449ddc52154cc1ec9e044 | |
parent | 7d0991953499174797b0ff94167bfec33e67ccfb (diff) | |
download | bcm5719-llvm-bb9e34596cd872c98e40269dd71e87a27e52c1f4.tar.gz bcm5719-llvm-bb9e34596cd872c98e40269dd71e87a27e52c1f4.zip |
[bpf] make BPF backend non-experimental
only cmake build change. autoconf build and docs will follow
email thread:
http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-June/thread.html#86523
llvm-svn: 239410
-rw-r--r-- | llvm/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt index 62511eab100..026fe479abd 100644 --- a/llvm/CMakeLists.txt +++ b/llvm/CMakeLists.txt @@ -177,6 +177,7 @@ set(LLVM_INCLUDE_DIR ${CMAKE_CURRENT_BINARY_DIR}/include) set(LLVM_ALL_TARGETS AArch64 ARM + BPF CppBackend Hexagon Mips |