mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-05 19:57:44 +00:00
add some new file types
llvm-svn: 22286
This commit is contained in:
parent
704a543530
commit
82cdeff6db
@ -115,7 +115,7 @@ public:
|
||||
/// CodeGenFileType - These enums are meant to be passed into
|
||||
/// addPassesToEmitFile to indicate what type of file to emit.
|
||||
enum CodeGenFileType {
|
||||
AssemblyFile
|
||||
AssemblyFile, ObjectFile, DynamicLibrary
|
||||
};
|
||||
|
||||
/// addPassesToEmitFile - Add passes to the specified pass manager to get
|
||||
|
Loading…
x
Reference in New Issue
Block a user