diff options
| author | Jeremy Morse <jeremy.morse.llvm@gmail.com> | 2019-01-29 08:41:44 +0000 |
|---|---|---|
| committer | Jeremy Morse <jeremy.morse.llvm@gmail.com> | 2019-01-29 08:41:44 +0000 |
| commit | 27631cc670c169e99f1e8cbb03661a3aab092dcf (patch) | |
| tree | a41eb3e8367dd9b8717cd7af627c98624bfc29d1 /llvm | |
| parent | 5d1862b76c886ae78553ea05e2336ee25a29de97 (diff) | |
| download | bcm5719-llvm-27631cc670c169e99f1e8cbb03661a3aab092dcf.tar.gz bcm5719-llvm-27631cc670c169e99f1e8cbb03661a3aab092dcf.zip | |
Fix an incorrectly configured test.
This should have had a target triple in it, my mistake.
llvm-svn: 352460
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/DebugInfo/X86/pr40427.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/X86/pr40427.ll b/llvm/test/DebugInfo/X86/pr40427.ll index e7fa803a5f7..8b3a4b2b366 100644 --- a/llvm/test/DebugInfo/X86/pr40427.ll +++ b/llvm/test/DebugInfo/X86/pr40427.ll @@ -9,6 +9,8 @@ ; CHECK: ![[DBGVAR:[0-9]+]] = !DILocalVariable(name: "bees", +target triple = "x86_64-unknown-linux-gnu" + define i16 @lolwat(i1 %spoons, i64 *%bees, i16 %yellow, i64 *%more) { entry: br i1 %spoons, label %trueb, label %falseb |

