1. 05 Jan, 2017 2 commits
    • 4ast's avatar
      Merge pull request #886 from iovisor/llvm_40_fixes · 53da6727
      4ast authored
      Fixes for LLVM 4.0 and python3
      53da6727
    • Brenden Blanco's avatar
      Fixes for LLVM 4.0 and python3 · 2d862046
      Brenden Blanco authored
      Avoid conflicting [no]inline attributes in function annotation. This was
      probably always there but now 4.0 is treating this as an error.
      Also, explicitly inline several functions in helpers.h.
      
      Turn off unwind tables in the flags passed to clang. This was generating
      calls to the elf relocator, which doesn't work for the BPF target. It is
      unclear which change in LLVM 4.0 altered this behavior.
      
      On python3, handle byte strings in the usual way for supporting
      backwards compatibility.
      Signed-off-by: default avatarBrenden Blanco <bblanco@gmail.com>
      2d862046
  2. 03 Jan, 2017 1 commit
  3. 29 Dec, 2016 2 commits
  4. 28 Dec, 2016 1 commit
  5. 26 Dec, 2016 1 commit
  6. 22 Dec, 2016 1 commit
  7. 21 Dec, 2016 6 commits
  8. 20 Dec, 2016 4 commits
  9. 19 Dec, 2016 22 commits