Suppressed unneeded bitcode export warnings

This commit is contained in:
Andrey Guskov
2015-01-21 18:52:00 +03:00
parent 2f2af816e7
commit d0673231d4
2 changed files with 22 additions and 8 deletions

View File

@@ -56,6 +56,7 @@ void DefineStdlib(SymbolTable *symbolTable, llvm::LLVMContext *ctx, llvm::Module
bool includeStdlib);
void AddBitcodeToModule(const unsigned char *bitcode, int length,
llvm::Module *module, SymbolTable *symbolTable = NULL);
llvm::Module *module, SymbolTable *symbolTable = NULL,
bool warn = true);
#endif // ISPC_STDLIB_H