diff options
author | Andrew Trick <atrick@apple.com> | 2011-08-26 20:09:48 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2011-08-26 20:09:48 +0000 |
commit | 07aeb629ecc2e6d736660c0f5e0bc273ef267215 (patch) | |
tree | 6bd1435b869a166205c008a1becf1523ecff1a5b /llvm/test/Linker/2003-08-23-GlobalVarLinking.ll | |
parent | 8f258513a18f62360160b1a03ce65b6bdfeb9c6b (diff) | |
download | bcm5719-llvm-07aeb629ecc2e6d736660c0f5e0bc273ef267215.tar.gz bcm5719-llvm-07aeb629ecc2e6d736660c0f5e0bc273ef267215.zip |
Use %% for literals in RUN lines.
llvm-svn: 138647
Diffstat (limited to 'llvm/test/Linker/2003-08-23-GlobalVarLinking.ll')
-rw-r--r-- | llvm/test/Linker/2003-08-23-GlobalVarLinking.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Linker/2003-08-23-GlobalVarLinking.ll b/llvm/test/Linker/2003-08-23-GlobalVarLinking.ll index 8acbbd2fca2..255cb88daf4 100644 --- a/llvm/test/Linker/2003-08-23-GlobalVarLinking.ll +++ b/llvm/test/Linker/2003-08-23-GlobalVarLinking.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s > %t.out1.bc -; RUN: echo {%T1 = type opaque %T2 = type opaque @S = external global \{ i32, %T1* \} declare void @F(%T2*)}\ +; RUN: echo {%%T1 = type opaque %%T2 = type opaque @S = external global \{ i32, %%T1* \} declare void @F(%%T2*)}\ ; RUN: | llvm-as > %t.out2.bc ; RUN: llvm-link %t.out1.bc %t.out2.bc -S | not grep opaque |