mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Give the asmparser the ability to parse strings, patch contributed by
Alexander Friedman! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22145 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8bc6f934e8
commit
98c162a086
@ -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
Block a user