Teaching llvm-mc how to understand the defsym command line option. This allows integ...
authorColin LeMahieu <colinl@codeaurora.org>
Sun, 7 Jun 2015 01:46:24 +0000 (01:46 +0000)
committerColin LeMahieu <colinl@codeaurora.org>
Sun, 7 Jun 2015 01:46:24 +0000 (01:46 +0000)
commit4514db2bfb2a93812f899955f1357733292f7b00
treea13aa2f7bcf9f992a75932e0a056dcf4ee73cc7f
parent86a28d87b15ff62ece40a9889c39ea67b956902a
Teaching llvm-mc how to understand the defsym command line option.  This allows integer-constant symbols to be defined on the command line and used during assembly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239240 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/AsmParser/defsym.s [new file with mode: 0644]
test/MC/AsmParser/defsym_error1.s [new file with mode: 0644]
test/MC/AsmParser/defsym_error2.s [new file with mode: 0644]
tools/llvm-mc/llvm-mc.cpp