[PATCH] D37801: [x86] fix pr29061
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 15 03:19:39 PDT 2017
RKSimon added inline comments.
================
Comment at: test/CodeGen/X86/pr29061.ll:1
+; RUN: llc -mtriple i386 < %s | FileCheck %s
+
----------------
Expand the triple, otherwise it might cause issues depending on the buildbot:
```
; RUN: llc < %s -mtriple=i386-unknown-unknown | FileCheck %s
```
You might be able to use utils/update_llc_test_checks.py as well
Repository:
rL LLVM
https://reviews.llvm.org/D37801
More information about the llvm-commits
mailing list