enum CodeGenFileType

Description

These enums are meant to be passed into addPassesToEmitFile to indicate what type of file to emit, and returned by it to indicate what type of file could actually be made.

Declared at: llvm/include/llvm/Support/CodeGen.h:63

Enumerators

NameValueComment
CGFT_AssemblyFile0
CGFT_ObjectFile1
CGFT_Null2