This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCS3/llvm.git
synced
2024-12-04 17:58:22 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2d33c5443a
llvm
/
test
/
TableGen
/
UnterminatedComment.td
7 lines
60 B
TableGen
Raw
Normal View
History
Unescape
Escape
For all RUN lines starting with "not", redirect stderr to /dev/null so tests don't fail when (expected) error output is produced. This fixes 17 tests. While I was there, I also made all RUN lines of the form "not llvm-as..." a bit more consistent, they now all redirect stderr and stdout to /dev/null and use input redirect to read their input. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52174 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-10 12:57:32 +00:00
// RUN: not tblgen < %s >& /dev/null
Initial tests for tblgen git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7430 91177308-0d34-0410-b5e6-96231b3b80d8
2003-07-30 19:40:00 +00:00
def
x
;
/
*
/
*
/
*
*
/
Reference in New Issue
Copy Permalink