mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
The LLVM C API shouldn't be including a file from the C++ API. Especially not a
file that it doesn't use. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205755 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dbcb670605
commit
0bd8ea3823
@ -19,7 +19,6 @@
|
||||
typedef struct LLVMOpaquePassManagerBuilder *LLVMPassManagerBuilderRef;
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include "llvm/Transforms/IPO/PassManagerBuilder.h"
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user