OSDN Git Service

Fix layering between llvm-c and Support by factoring out some typedefs into Support
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 20 Mar 2018 02:14:50 +0000 (02:14 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 20 Mar 2018 02:14:50 +0000 (02:14 +0000)
commit12ea464263766b2241f81792fdc1f13f3f9548e9
tree10d311335a88f4d67bda707d96db2c10bb33d947
parent6a9321130f48bb4ab2974a4ebba97d4bea94637f
Fix layering between llvm-c and Support by factoring out some typedefs into Support

llvm-c depends on Support, but Support (TargetRegistry) uses some of
llvm-c's typedefs. Move those into a Support header to be used from both
llvm-c and Support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327940 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/Disassembler.h
include/llvm/Support/DisassemblerTypedefs.h [new file with mode: 0644]
include/llvm/Support/TargetRegistry.h