[PATCH] D20656: [MC] Support symbolic expressions in assembly directives

Petr Hosek via llvm-commits llvm-commits at lists.llvm.org
Fri May 27 12:42:18 PDT 2016


phosek added a comment.

This is strange, I did run all the test several times on my machine (Ubuntu x86-64) and all tests passed, but after landing the change, I got several failures on different platforms such as OS X <http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-incremental_check/23933/testReport/junit/LLVM/MC_AsmParser/directive_fill_s/> . The source of the failure is unclear to me as the expression emitted for `.fill 1, 1, 10` is `.fill 1, 1, 0x0` instead of `.fill 1, 1, 0xa`. I'm not sure if it's related to the platform, but I'll get an OS X machine and try to replicate the failure.


Repository:
  rL LLVM

http://reviews.llvm.org/D20656





More information about the llvm-commits mailing list