diff options
author | Chad Rosier <mcrosier@apple.com> | 2011-12-12 23:05:47 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2011-12-12 23:05:47 +0000 |
commit | ff7892758f1e46221b552486c1e329db92147ebc (patch) | |
tree | 90d93af406f805b3628f2d2fcfa5c758095c4059 /include/clang/CodeGen/BackendUtil.h | |
parent | 8ef8f431aaeed3d7418959c81dfaa677b44f05ed (diff) |
Add frontend flags to enable bitcode verifier pass.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146441 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/CodeGen/BackendUtil.h')
-rw-r--r-- | include/clang/CodeGen/BackendUtil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/CodeGen/BackendUtil.h b/include/clang/CodeGen/BackendUtil.h index 135b6a927f..85f8aa0803 100644 --- a/include/clang/CodeGen/BackendUtil.h +++ b/include/clang/CodeGen/BackendUtil.h @@ -25,6 +25,7 @@ namespace clang { enum BackendAction { Backend_EmitAssembly, ///< Emit native assembly files Backend_EmitBC, ///< Emit LLVM bitcode files + Backend_EmitBCVerify, ///< Emit LLVM bitcode files and verify Backend_EmitLL, ///< Emit human-readable LLVM assembly Backend_EmitNothing, ///< Don't emit anything (benchmarking mode) Backend_EmitMCNull, ///< Run CodeGen, but don't emit anything |