The test comitted with r348896 needed -march=x86=64 on the llc command line.

llvm-svn: 352651
This commit is contained in:
Wolfgang Pieb 2019-01-30 19:15:43 +00:00
parent 732a604412
commit 3d2c8aaf46
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# RUN: llc -run-pass livedebugvalues -o - %s | FileCheck %s # RUN: llc -run-pass livedebugvalues -march=x86-64 -o - %s | FileCheck %s
# Generated from the following source with: # Generated from the following source with:
# clang -g -mllvm -stop-before=livedebugvalues -S -O2 test.c -o test.mir # clang -g -mllvm -stop-before=livedebugvalues -S -O2 test.c -o test.mir