tan
0.0.1
Main Page
Related Pages
Classes
Files
File List
llvm_ar.h
1
#ifndef __TAN_SRC_LIB_LLVM_AR_H__
2
#define __TAN_SRC_LIB_LLVM_AR_H__
3
#include "base.h"
4
5
/**
6
* \brief Combines several object files into an archive file (*.a).
7
* Exit program with status code 1 if any error is encountered.
8
*/
9
extern
void
llvm_ar_create_static_lib(
const
str &archive_name,
const
vector<str> &objects);
10
11
#endif
//__TAN_SRC_LIB_LLVM_AR_H__
include
llvm_api
llvm_ar.h
Generated by
1.9.1