mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
d254f97c03
Allow assembler expressions to start with an identifier. This allows for expressions such as ``` b symbol + 4 ``` and ``` mov symEnd - symStart, %g1 ``` The patch builds upon https://reviews.llvm.org/D47136. Reviewed By: joerg Differential Revision: https://reviews.llvm.org/D47458 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
SparcAsmParser.cpp |