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:
parent
a0f463a25c
commit
fd4bec23d6
@ -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…
x
Reference in New Issue
Block a user