diff options
author | Filip Pizlo <fpizlo@apple.com> | 2013-05-01 22:41:26 +0000 |
---|---|---|
committer | Filip Pizlo <fpizlo@apple.com> | 2013-05-01 22:41:26 +0000 |
commit | c65a6d7630480bae7175f4a0a72691ca2c241e36 (patch) | |
tree | 7e38785f412957e090ee030d1a78a5f5974f95e7 /llvm/include/llvm-c/TargetMachine.h | |
parent | 7023a9037858ac8fc4bae29f293e0da35f78fb63 (diff) | |
download | bcm5719-llvm-c65a6d7630480bae7175f4a0a72691ca2c241e36.tar.gz bcm5719-llvm-c65a6d7630480bae7175f4a0a72691ca2c241e36.zip |
Rename 'struct LLVMTargetMachine' to 'struct LLVMOpaqueTargetMachine'.
This avoids namespace collisions with llvm::LLVMTargetMachine.
llvm-svn: 180891
Diffstat (limited to 'llvm/include/llvm-c/TargetMachine.h')
-rw-r--r-- | llvm/include/llvm-c/TargetMachine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/TargetMachine.h b/llvm/include/llvm-c/TargetMachine.h index 58787235083..5e355959f64 100644 --- a/llvm/include/llvm-c/TargetMachine.h +++ b/llvm/include/llvm-c/TargetMachine.h @@ -25,7 +25,7 @@ #ifdef __cplusplus extern "C" { #endif -typedef struct LLVMTargetMachine *LLVMTargetMachineRef; +typedef struct LLVMOpaqueTargetMachine *LLVMTargetMachineRef; typedef struct LLVMTarget *LLVMTargetRef; typedef enum { |