This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
e96d534ce0
llvm-project
/
clang
/
test
/
Preprocessor
/
dump-options.c
4 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
Update tests to use %clang instead of 'clang', and forcibly disable use of ' clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460
2009-12-16 06:01:24 +08:00
// RUN: %clang %s -E -dD | grep __INTMAX_MAX__
// RUN: %clang %s -E -dM | grep __INTMAX_MAX__
Implement support for GCC's -dD mode, which dumps -E output *and* macro definitions. llvm-svn: 68884
2009-04-12 09:56:53 +08:00