summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2013-09-06 18:10:42 +0000
committerAdrian Prantl <aprantl@apple.com>2013-09-06 18:10:42 +0000
commitf88c554b109701911db229ee8b7831ebe34d0756 (patch)
tree80375caba4cc25a451fb6ebd01d4fd7d6863a79c /debuginfo-tests
parent758e55ee58d6835706d1b2dc31090c920bd50603 (diff)
downloadbcm5719-llvm-f88c554b109701911db229ee8b7831ebe34d0756.tar.gz
bcm5719-llvm-f88c554b109701911db229ee8b7831ebe34d0756.zip
fix typos
llvm-svn: 190184
Diffstat (limited to 'debuginfo-tests')
-rw-r--r--debuginfo-tests/README.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/debuginfo-tests/README.txt b/debuginfo-tests/README.txt
index 5ef6aa0a11a..0c56d297d75 100644
--- a/debuginfo-tests/README.txt
+++ b/debuginfo-tests/README.txt
@@ -1,19 +1,19 @@
-
+ -*- rst -*-
This is a collection of tests to check debugging information generated by
compiler. This test suite can be checked out inside clang/test folder. This
will enable 'make test' for clang to pick up these tests. Typically, test
cases included here includes debugger commands and intended debugger output
as comments in source file using DEBUGGER: and CHECK: as prefixes respectively.
-For exmaple,
+For example::
-define i32 @f1(i32 %i) nounwind ssp {
-; DEBUGGER: break f1
-; DEBUGGER: r
-; DEBUGGER: p i
-; CHECK: $1 = 42
-entry:
-}
+ define i32 @f1(i32 %i) nounwind ssp {
+ ; DEBUGGER: break f1
+ ; DEBUGGER: r
+ ; DEBUGGER: p i
+ ; CHECK: $1 = 42
+ entry:
+ }
-is a testcase where the debuger is asked to break at function 'f1' and
+is a testcase where the debugger is asked to break at function 'f1' and
print value of argument 'i'. The expected value of 'i' is 42 in this case.
OpenPOWER on IntegriCloud