projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbb34a7
)
add some new file types
author
Chris Lattner
<sabre@nondot.org>
Sat, 25 Jun 2005 03:31:43 +0000
(
03:31
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 25 Jun 2005 03:31:43 +0000
(
03:31
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22286
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Target/TargetMachine.h
patch
|
blob
|
history
diff --git
a/include/llvm/Target/TargetMachine.h
b/include/llvm/Target/TargetMachine.h
index 11bc2f139cd7728cc901d8a24f885452bea5ac2b..6e3fe35ab163781e5fbd74a5274308d0a1200c95 100644
(file)
--- a/
include/llvm/Target/TargetMachine.h
+++ b/
include/llvm/Target/TargetMachine.h
@@
-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