[PATCH] D32162: Inline asm 0bH conflict

Yunzhong Gao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 11:22:52 PDT 2017


ygao added inline comments.


================
Comment at: test/MC/X86/pr27884.s:1
+// RUN: llvm-mc -triple x86_64-unknown-unknown %s
+
----------------
I am not sure whether this test case is supposed to compile cleanly on Linux. Did you test with gnu-as or the latest Intel assembler?
If someone wants to use binary number on Linux and starts their number with "0b" without the "h" suffix, does it still work with your fix?


https://reviews.llvm.org/D32162





More information about the llvm-commits mailing list