[llvm-commits] [llvm] r127073 - in /llvm/trunk: Makefile.rules test/Makefile utils/llvm-lit/Makefile
NAKAMURA Takumi
geek4civic at gmail.com
Sat Mar 5 04:54:08 PST 2011
Bill,
Thank you to let me know. I have got a notice from IRC bot at first.
Galina,
I cannot reproduce the failure. Could you please help me?
> sed: file lit.tmp line 1: Unknown option to 's'
I guess a few possibilities...
- sed doesn't understand s=foo=bar=g (it might be impossible)
- sed rejects s/foo/bar/^M (CR) in -f file (possible)
- python emits ^Z(0x1A) and sed rejects it.
FYI, my tools are;
$ /c/Python27/python --version
Python 2.7
$ type sed
sed is hashed (/bin/sed)
$ sed --version
GNU sed version 4.2.1
(snip)
$ g++ --version
g++.exe (TDM-1 mingw32) 4.4.0
(snip)
Thank you, ...Takumi
More information about the llvm-commits
mailing list