Skip to content
  1. Nov 21, 2012
  2. Nov 20, 2012
    • Eli Bendersky's avatar
      Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit more · 3a6808cc
      Eli Bendersky authored
      conformant to binutils objdump.
      
      llvm-svn: 168393
      3a6808cc
    • Sebastian Pop's avatar
      removes a few "const" qualifiers · 87ce43c5
      Sebastian Pop authored
      so that I can (someday) call SE->getSCEV without complaint.
      No semantic change intended.
      
      Patch from Preston Briggs <preston.briggs@gmail.com>.
      
      llvm-svn: 168391
      87ce43c5
    • Anders Waldenborg's avatar
      [python] fix get_library() · 81a8c5cc
      Anders Waldenborg authored
      Before this fix, the LLVM Python bindings on SVN trunk always fail with:
      	Exception: LLVM shared library not found!
      since it's still looking for a library named "LLVM-3.1svn".
      
      Besides updating the LLVM version in the library name,
      this patch also changes llvm.get_library() to make it possible to run
      the unit tests without installing the LLVM shared library into a
      default linker search path.
      
      e.g. after this patch, running the llvm/python unit tests with:
      LD_LIBRARY_PATH=../build/Debug+Asserts/lib nosetests -v bindings/python/llvm/tests/
      would work on Linux.
      
      Patch from Scott Tsai (with some minor modifications)
      
      Patch also acked by Gregory Szorc
      
      llvm-svn: 168390
      81a8c5cc
Loading