aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ModuleMaker/README.txt
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-09-29 20:09:55 +0000
committerDuncan Sands <baldrick@free.fr>2010-09-29 20:09:55 +0000
commitb5efc2b5d31b36aea83c0c660407176ffe3cd410 (patch)
tree40cb3c83836fe7978b80dd40219dca19c88f6ba9 /examples/ModuleMaker/README.txt
parent4e530292a302f941a103b52741274a9c2e1475a5 (diff)
downloadexternal_llvm-b5efc2b5d31b36aea83c0c660407176ffe3cd410.zip
external_llvm-b5efc2b5d31b36aea83c0c660407176ffe3cd410.tar.gz
external_llvm-b5efc2b5d31b36aea83c0c660407176ffe3cd410.tar.bz2
Convert a bunch of uses of 'bytecode' into 'bitcode'. This
is not everything, but the remaining cases are less trivial. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115080 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/ModuleMaker/README.txt')
-rw-r--r--examples/ModuleMaker/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ModuleMaker/README.txt b/examples/ModuleMaker/README.txt
index ecbe30e..66a5d3f 100644
--- a/examples/ModuleMaker/README.txt
+++ b/examples/ModuleMaker/README.txt
@@ -4,5 +4,5 @@
This project is an extremely simple example of using some simple pieces of the
LLVM API. The actual executable generated by this project simply emits an
-LLVM bytecode file to standard output. It is designed to show some basic
+LLVM bitcode file to standard output. It is designed to show some basic
usage of LLVM APIs, and how to link to LLVM libraries.