Explicitly state triple in machine-size-remarks.ll
authorJessica Paquette <jpaquette@apple.com>
Mon, 10 Sep 2018 23:30:53 +0000 (23:30 +0000)
committerJessica Paquette <jpaquette@apple.com>
Mon, 10 Sep 2018 23:30:53 +0000 (23:30 +0000)
A bot was unhappy with the x86 triple there before. Set it explicitly to
x86_64-apple-darwin just to get something consistent.

Example failure:
http://lab.llvm.org:8011/builders/llvm-hexagon-elf/builds/16846

llvm-svn: 341882

llvm/test/Other/machine-size-remarks.ll

index 188676db8b3da98c4fbcbe083bf7122de671c392..8d3577e4a349a478f9ed499e1425ed1607115a22 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple x86_64---- %s -pass-remarks-analysis='size-info'\
+; RUN: llc -mtriple x86_64-apple-darwin %s -pass-remarks-analysis='size-info'\
 ; RUN: -pass-remarks-output=%t.yaml -o /dev/null < %s 2> %t; \
 ; RUN: cat %t %t.yaml | FileCheck %s