mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-02 22:23:10 +00:00
Eliminate the use of gccas in the test suite.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34088 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// RUN: %llvmgcc %s -S -o - | gccas | llvm-dis | grep nate | grep 'global i32 0'
|
||||
// RUN: %llvmgcc %s -S -o - | llvm-as | opt -std-compile-opts | \
|
||||
// RUN: llvm-dis | grep '@nate.*internal global i32 0'
|
||||
|
||||
struct X { int *XX; int Y;};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user