Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
llvm: add golden test case of test/Bitcode/compatibility.ll
Three function declarations had to be removed from the original test case as #40 has yet to be resolved. ; Functions -- align ; TODO: re-enable when llir/llvm#40 is resolved. ;declare void @f.align2() align 2 ; CHECK: declare void @f.align2() align 2 ; TODO: re-enable when llir/llvm#40 is resolved. ;declare void @f.align4() align 4 ; CHECK: declare void @f.align4() align 4 ; TODO: re-enable when llir/llvm#40 is resolved. ;declare void @f.align8() align 8 ; CHECK: declare void @f.align8() align 8
- Loading branch information