mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 04:38:24 +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:
@ -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 -o - %s | llvm-dis | grep "@f0()" | count 1
|
||||||
// RUN: llvmc -c -opt -emit-llvm -S -o - %s | 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"
|
// 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 -o - %s | llvm-dis | grep "@f0()" | count 1
|
||||||
// RUN: llvmc -c -emit-llvm -S -o - %s | grep "@f0()" | count 1
|
// RUN: llvmc -c -emit-llvm -S -o - %s | grep "@f0()" | count 1
|
||||||
// XFAIL: vg_leak
|
// XFAIL: vg_leak
|
||||||
|
Reference in New Issue
Block a user