]> granicus.if.org Git - clang/commit
Implement -m32 and -m64 with llvm::Triple functions.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 10 Jan 2014 15:25:23 +0000 (15:25 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 10 Jan 2014 15:25:23 +0000 (15:25 +0000)
commit7acc8e1dcd61cf4ed041040aff5d6513c705cb66
tree954e02f3c2cfe4988c5dff5b420f84f806f196b7
parenta572af67d6f4b335fe4ae21fd7a1fec697535372
Implement -m32 and -m64 with llvm::Triple functions.

Don't repeat the 32 <-> 64 architecture mapping incompletely.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198943 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Driver.cpp
test/Driver/unknown-gcc-arch.c