forked from OSchip/llvm-project
The test comitted with r348896 needed -march=x86=64 on the llc command line.
llvm-svn: 352651
This commit is contained in:
parent
732a604412
commit
3d2c8aaf46
|
@ -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:
|
||||
# clang -g -mllvm -stop-before=livedebugvalues -S -O2 test.c -o test.mir
|
||||
|
|
Loading…
Reference in New Issue