mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-03 16:03:21 +00:00
Small change to create_ll.sh [NFC]
llvm-svn: 231596
This commit is contained in:
parent
6973cb6ec7
commit
1e03f5d10d
@ -20,7 +20,7 @@ echo '; FIXME: Edit the run line and add checks!' >> ${LLFILE}
|
||||
echo ';' >> ${LLFILE}
|
||||
echo '; XFAIL: *' >> ${LLFILE}
|
||||
echo ';' >> ${LLFILE}
|
||||
clang-format $1 | sed -e 's/^/; /' >> ${LLFILE}
|
||||
clang-format $1 | sed -e 's/^[^$]/; &/' -e 's/^$/;/' >> ${LLFILE}
|
||||
echo ';' >> ${LLFILE}
|
||||
|
||||
cat ${LLFILE_TMP} | sed -e 's/ \#0//' >> ${LLFILE}
|
||||
|
Loading…
x
Reference in New Issue
Block a user