[PATCH] D31695: Windows asan_device_setup.bat port of linux shell script
Evgeniy Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 5 13:05:53 PDT 2017
eugenis accepted this revision.
eugenis added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lib/asan/scripts/asan_device_setup.bat:34
+ )
+ SET extra_options=%2
+ SHIFT
----------------
I don't know the language at all, but some of this indents look strange. Could you double check? Ex. in the --lib case below, two SHIFTs are at different indentation levels.
https://reviews.llvm.org/D31695
More information about the llvm-commits
mailing list