]> granicus.if.org Git - llvm/commitdiff
Attempt to fix bot failures by adding -mtriple to llc invocation
authorTeresa Johnson <tejohnson@google.com>
Fri, 17 Feb 2017 00:52:09 +0000 (00:52 +0000)
committerTeresa Johnson <tejohnson@google.com>
Fri, 17 Feb 2017 00:52:09 +0000 (00:52 +0000)
Failures on hexagon from test added with r295384, e.g.:
http://lab.llvm.org:8011/builders/llvm-hexagon-elf/builds/3793

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295389 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/Generic/debug_and_nodebug_CUs.ll

index e6c333060927a646830310a909b326723c5e1d7f..8347893ccf35d55e9025855069dac71992ccec7b 100644 (file)
@@ -24,7 +24,7 @@
 ; Ensure we can successfully generate assembly, and check that neither
 ; "b.cpp" nor "f3" strings show up (which would be in the .debug_str
 ; section if we had generated any lexical scopes and debug for them).
-; RUN: llc %s -o - | FileCheck %s
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -o - | FileCheck %s
 ; CHECK-NOT: .asciz  "b.cpp"
 ; CHECK-NOT: .asciz  "f3"