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
; 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"