diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-03-31 00:53:51 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-03-31 00:53:51 +0000 |
commit | ad1a4c6e89594e704775ddb6b036ac982fd68cad (patch) | |
tree | 110ae5715868601a71bbb04ab7fe43520f37eeb0 /test/Preprocessor/init.c | |
parent | 3ecfa2d3218cdab5545f637a17ff46354873b63f (diff) |
Change Clang's __VERSION__ to include the same basic info as in clang -v.
- Please never ever ever ever write a tool that sniffs this.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128599 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Preprocessor/init.c')
-rw-r--r-- | test/Preprocessor/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/init.c b/test/Preprocessor/init.c index 98b053552e..606fecce70 100644 --- a/test/Preprocessor/init.c +++ b/test/Preprocessor/init.c @@ -982,7 +982,7 @@ // SPARC:#define __SIZE_WIDTH__ 32 // SPARC:#define __UINTMAX_TYPE__ long long unsigned int // SPARC:#define __USER_LABEL_PREFIX__ _ -// SPARC:#define __VERSION__ "4.2.1 Compatible Clang Compiler" +// SPARC:#define __VERSION__ "4.2.1 Compatible // SPARC:#define __WCHAR_MAX__ 2147483647 // SPARC:#define __WCHAR_TYPE__ int // SPARC:#define __WCHAR_WIDTH__ 32 |