Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1415)

Unified Diff: src/IceDefs.h

Issue 920953002: Subzero: Use -filetype instead of -ias and -elf-writer. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Explicitly set the output file type for unit tests Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/IceClFlags.h ('k') | src/IceGlobalContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceDefs.h
diff --git a/src/IceDefs.h b/src/IceDefs.h
index 19b0694cd0f5de6f10a581826c4ac908cba46617..1ee3d23860e56d700bbbe37b86e9aec9637e4a67 100644
--- a/src/IceDefs.h
+++ b/src/IceDefs.h
@@ -177,6 +177,12 @@ enum VerboseItem {
};
typedef uint32_t VerboseMask;
+enum FileType {
+ FT_Elf, // ELF .o file
+ FT_Asm, // Assembly .s file
+ FT_Iasm // "Integrated assembler" .byte-style .s file
+};
+
typedef llvm::raw_ostream Ostream;
typedef llvm::raw_fd_ostream Fdstream;
« no previous file with comments | « src/IceClFlags.h ('k') | src/IceGlobalContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698