diff options
author | Greg Clayton <gclayton@apple.com> | 2012-09-04 15:42:49 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2012-09-04 15:42:49 +0000 |
commit | 5ec9645f8356e64aec5ff7bb34f7e90f5829d043 (patch) | |
tree | 6a6c7bdbdd70824a9fe2e32ab5fcc5731231ead2 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 6f696f4d17521262eb0e8442b59a1e7cee59b779 (diff) | |
download | bcm5719-llvm-5ec9645f8356e64aec5ff7bb34f7e90f5829d043.tar.gz bcm5719-llvm-5ec9645f8356e64aec5ff7bb34f7e90f5829d043.zip |
Patch from Filipe Cabecinhas that uses argparse in dotest.py instead of a hand coded option. I made a few modifications:
Changed the '-A' option to also have a long option of '--arch'. This is now specified multiple times to get multiple architectures.
Old: -A i386^x86_64
New: -A i386 -A x86_64
--arch i386 --arch x86_64
Changed the '-C' option to also have a long option of '--compiler'. This is now specified multiple times to get multiple compiler.
Old: -C clang^gcc
New: -C clang -C gcc
--compiler clang --compiler gcc
llvm-svn: 163141
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions