diff options
Diffstat (limited to 'lib/Target/BPF/TargetInfo/CMakeLists.txt')
-rw-r--r-- | lib/Target/BPF/TargetInfo/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/BPF/TargetInfo/CMakeLists.txt b/lib/Target/BPF/TargetInfo/CMakeLists.txt new file mode 100644 index 0000000..ca08846 --- /dev/null +++ b/lib/Target/BPF/TargetInfo/CMakeLists.txt @@ -0,0 +1,3 @@ +add_llvm_library(LLVMBPFInfo + BPFTargetInfo.cpp + ) |