Skip to content

Commit

Permalink
Pass -m32/-m64 to assembler.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100064 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Mikhail Glushenkov committed Mar 31, 2010
1 parent 9e9cca4 commit 62d1da0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/llvmc/plugins/Base/Base.td.in
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ def llvm_gcc_assembler : Tool<
(switch_on "c"), (stop_compilation),
(not_empty "arch"), (forward "arch"),
(not_empty "Xassembler"), (forward "Xassembler"),
(switch_on "m32"), (forward "m32"),
(switch_on "m64"), (forward "m64"),
(not_empty "Wa,"), (forward "Wa,")))
]>;

Expand Down

0 comments on commit 62d1da0

Please sign in to comment.