summaryrefslogtreecommitdiff
path: root/Software
diff options
context:
space:
mode:
authorGuo Yejun <yejun.guo@intel.com>2015-03-17 14:03:19 +0800
committerZhigang Gong <gongzg@freedesktop.org>2015-03-17 03:01:21 -0700
commitdc16cbe934fca4f536898247443941ec7c7a1313 (patch)
tree77a28ec8a1a50acf5e64e60b9e586b8b4ec002aa /Software
parentbfeba1c6df8bbad6598ad7df494c97fa09e9d111 (diff)
correct env var to output llvm IR
Signed-off-by: Guo Yejun <yejun.guo@intel.com>
Diffstat (limited to 'Software')
-rw-r--r--Software/Beignet/Backend.mdwn8
1 files changed, 5 insertions, 3 deletions
diff --git a/Software/Beignet/Backend.mdwn b/Software/Beignet/Backend.mdwn
index dff32ec1..bfe94f45 100644
--- a/Software/Beignet/Backend.mdwn
+++ b/Software/Beignet/Backend.mdwn
@@ -48,10 +48,12 @@ Environment variables are used all over the code. Most important ones are:
- `OCL_OUTPUT_GEN_IR` `(0 or 1)`. Output Gen IR (scalar intermediate
representation) code
-- `OCL_OUTPUT_LLVM` `(0 or 1)`. Output LLVM code after the lowering passes
+- `OCL_OUTPUT_LLVM_BEFORE_LINK` `(0 or 1)`. Output LLVM code before llvm link
-- `OCL_OUTPUT_LLVM_BEFORE_EXTRA_PASS` `(0 or 1)`. Output LLVM code before the
- lowering passes
+- `OCL_OUTPUT_LLVM_AFTER_LINK` `(0 or 1)`. Output LLVM code after llvm link
+
+- `OCL_OUTPUT_LLVM_AFTER_GEN` `(0 or 1)`. Output LLVM code after the lowering
+ passes, Gen IR is generated based on it.
- `OCL_OUTPUT_ASM` `(0 or 1)`. Output Gen ISA