]> granicus.if.org Git - clang/commit
clang-cl: Expose the -m32 and -m64 command-line options
authorHans Wennborg <hans@hanshq.net>
Thu, 10 Oct 2013 22:36:20 +0000 (22:36 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 10 Oct 2013 22:36:20 +0000 (22:36 +0000)
commit99aacad9aacbd928ed05a9fec20aa39f7044cbe8
tree9bb88a93d121666099d44814b74ef9df762e8aeb
parent84e41cd7b0f0d1c8724c765ce53b842bc50367cc
clang-cl: Expose the -m32 and -m64 command-line options

And add a test to check that they work.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192402 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
test/Driver/cl-options.c