1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Give the asmparser the ability to parse strings, patch contributed by

Alexander Friedman!

llvm-svn: 22145
This commit is contained in:
Chris Lattner 2005-05-20 03:25:29 +00:00
parent a0f463a25c
commit fd4bec23d6

View File

@ -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