Make the default architectures to run as both 64 and 32-bit.

rdar://problem/11031264

llvm-svn: 154573
This commit is contained in:
Johnny Chen 2012-04-12 00:55:57 +00:00
parent 5d7fe46ceb
commit b127f00b51
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ config = {}
# with the command line overriding the configFile. When specified, they should be
# of the list type. For example, "-A x86_64^i386" => archs=['x86_64', 'i386'] and
# "-C gcc^clang" => compilers=['gcc', 'clang'].
archs = ['x86_64']
archs = ['x86_64', 'i386']
compilers = ['clang']
# The arch might dictate some specific CFLAGS to be passed to the toolchain to build