[PATCH] D32162: Inline asm 0bH conflict

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 12:16:48 PDT 2017


RKSimon added inline comments.


================
Comment at: test/MC/X86/inline-0bh.ll:4
+
+target triple = "x86_64-unknown-linux-gnu"
+
----------------
RKSimon wrote:
> please move the triple into the RUN cmd:
> ```
> llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s
> ```
Also, shouldn't this test file be in test/Codegen/X86 ?


https://reviews.llvm.org/D32162





More information about the llvm-commits mailing list