This website requires JavaScript.
Explore
Help
Sign In
axiomdl
/
llvm
Watch
0
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/AxioDL/llvm.git
synced
2026-03-30 11:42:29 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
small-data
llvm
/
test
/
Bitcode
/
null-type.ll
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
5 lines
83 B
LLVM
Raw
Permalink
Normal View
History
Unescape
Escape
Use -disable-output and to suppress output and don't use a temporary file unless we need one.
2013-08-20 23:00:25 +00:00
; RUN: not llvm-dis < %s.bc 2>&1 | FileCheck %s
Testcase for PR8494 (invalid bitcode crashing the bitcode reader).
2010-10-28 15:57:30 +00:00
; PR8494
FileCheckize these testcases.
2012-04-08 11:00:38 +00:00
Bitcode: Introduce initial multi-module reader API.
2016-11-16 21:44:45 +00:00
; CHECK: Malformed block
Reference in New Issue
Copy Permalink