forked from OSchip/llvm-project
Give the asmparser the ability to parse strings, patch contributed by
Alexander Friedman! llvm-svn: 22145
This commit is contained in:
parent
e3948c433c
commit
086f56c7f9
|
@ -28,6 +28,7 @@ class ParseException;
|
|||
// the verifier after parsing the file to check that it's ok.
|
||||
//
|
||||
Module *ParseAssemblyFile(const std::string &Filename);// throw (ParseException)
|
||||
Module *ParseAssemblyString(const char * AsmString, Module * M);// throw (ParseException)
|
||||
|
||||
//===------------------------------------------------------------------------===
|
||||
// Helper Classes
|
||||
|
|
Loading…
Reference in New Issue