mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 02:31:26 +00:00
Comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116476 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dea1c5b5d3
commit
263cfecd4f
test/LLVMC/C
@ -1,3 +1,5 @@
|
||||
// Check that -emit-llvm [-S] works with -opt.
|
||||
|
||||
// RUN: llvmc -c -opt -emit-llvm -o - %s | llvm-dis | grep "@f0()" | count 1
|
||||
// RUN: llvmc -c -opt -emit-llvm -S -o - %s | grep "@f0()" | count 1
|
||||
// RUN: llvmc --dry-run -c -opt -emit-llvm %s |& grep "^opt"
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Check that -emit-llvm [-S] works correctly.
|
||||
|
||||
// RUN: llvmc -c -emit-llvm -o - %s | llvm-dis | grep "@f0()" | count 1
|
||||
// RUN: llvmc -c -emit-llvm -S -o - %s | grep "@f0()" | count 1
|
||||
// XFAIL: vg_leak
|
||||
|
Loading…
x
Reference in New Issue
Block a user