mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Remove lingering references to .llx and .tr in the tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51500 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
02dea8b39f
commit
3bf19e4c42
@ -2,7 +2,7 @@
|
||||
|
||||
; Because the 'internal' function is passed to an external function, we don't
|
||||
; know what the incoming values will alias. As such, we cannot do the
|
||||
; optimization checked by the 'arg-must-alias.llx' test.
|
||||
; optimization checked by the 'arg-must-alias.ll' test.
|
||||
|
||||
declare void @external(i32(i32*)*)
|
||||
@G = internal constant i32* null
|
||||
|
@ -1,3 +1,3 @@
|
||||
load_lib llvm.exp
|
||||
|
||||
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr,ml}]]
|
||||
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,ml}]]
|
||||
|
@ -1,3 +1,3 @@
|
||||
load_lib llvm2cpp.exp
|
||||
|
||||
llvm2cpp-test [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx}]]
|
||||
llvm2cpp-test [lsort [glob -nocomplain $srcdir/$subdir/*.ll]]
|
||||
|
@ -1,5 +1,5 @@
|
||||
; RUN: llvm-as < %s | opt -indvars -disable-output
|
||||
; ModuleID = '2004-04-05-InvokeCastCrash.llx'
|
||||
; ModuleID = '2004-04-05-InvokeCastCrash.ll'
|
||||
%struct.__false_type = type { i8 }
|
||||
%"struct.__gnu_cxx::_Hashtable_node<const llvm::Constant*>" = type { %"struct.__gnu_cxx::_Hashtable_node<const llvm::Constant*>"*, %"struct.llvm::Constant"* }
|
||||
%"struct.__gnu_cxx::_Hashtable_node<std::pair<const llvm::Value* const, int> >" = type { %"struct.__gnu_cxx::_Hashtable_node<std::pair<const llvm::Value* const, int> >"*, %"struct.std::pair<const llvm::Value* const,int>" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user