Move (some) frontend specific logic to the respective directories
authorBrenden Blanco <bblanco@plumgrid.com>
Mon, 3 Aug 2015 22:40:07 +0000 (15:40 -0700)
committerBrenden Blanco <bblanco@plumgrid.com>
Mon, 3 Aug 2015 22:40:07 +0000 (15:40 -0700)
commitd710bd7b5d7973f7f0ccbec26ff6717f4ede160f
tree2e84763680feeefaa57a77512f59ea22717417bb
parent13fabb755e364d83cec4ddba0c1ab04506c86c42
Move (some) frontend specific logic to the respective directories

Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
12 files changed:
src/cc/bpf_common.cc
src/cc/bpf_common.h
src/cc/bpf_module.cc
src/cc/bpf_module.h
src/cc/export/helpers.h
src/cc/frontends/b/CMakeLists.txt
src/cc/frontends/b/codegen_llvm.h
src/cc/frontends/b/loader.cc [new file with mode: 0644]
src/cc/frontends/b/loader.h [new file with mode: 0644]
src/cc/frontends/clang/loader.cc [new file with mode: 0644]
src/cc/frontends/clang/loader.h [new file with mode: 0644]
src/python/bpf/__init__.py