[PATCH] D13426: Move types in the LLVM C API from Core to Support

Amaury SECHET via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 12:51:26 PDT 2015


deadalnix updated this revision to Diff 38680.
deadalnix added a comment.

Rebase and fix the Orc C API test case.


http://reviews.llvm.org/D13426

Files:
  include/llvm-c/Analysis.h
  include/llvm-c/BitReader.h
  include/llvm-c/BitWriter.h
  include/llvm-c/Core.h
  include/llvm-c/ErrorHandling.h
  include/llvm-c/ExecutionEngine.h
  include/llvm-c/IRReader.h
  include/llvm-c/Initialization.h
  include/llvm-c/Linker.h
  include/llvm-c/Object.h
  include/llvm-c/Support.h
  include/llvm-c/Target.h
  include/llvm-c/TargetMachine.h
  include/llvm-c/Transforms/IPO.h
  include/llvm-c/Transforms/PassManagerBuilder.h
  include/llvm-c/Transforms/Scalar.h
  include/llvm-c/Transforms/Vectorize.h
  include/llvm-c/Types.h
  include/llvm/IR/DiagnosticInfo.h
  include/llvm/IR/LLVMContext.h
  include/llvm/IR/Type.h
  include/llvm/IR/Use.h
  include/llvm/IR/Value.h
  include/llvm/PassRegistry.h
  include/llvm/Support/CBindingWrapping.h
  include/llvm/Support/MemoryBuffer.h
  lib/Bitcode/Reader/BitReader.cpp
  lib/Support/ErrorHandling.cpp
  lib/Support/PrettyStackTrace.cpp
  tools/llvm-c-test/object.c
  unittests/ExecutionEngine/Orc/OrcCAPITest.cpp
  unittests/IR/ConstantsTest.cpp
  unittests/Linker/LinkModulesTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13426.38680.patch
Type: text/x-patch
Size: 22168 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151028/96ca626b/attachment.bin>


More information about the llvm-commits mailing list