[cfe-commits] r140691 - /cfe/trunk/test/Preprocessor/predefined-arch-macros.c
Chandler Carruth
chandlerc at gmail.com
Wed Sep 28 03:17:41 PDT 2011
Author: chandlerc
Date: Wed Sep 28 05:17:41 2011
New Revision: 140691
URL: http://llvm.org/viewvc/llvm-project?rev=140691&view=rev
Log:
Add a little banner to this test. This lets my scripts more easily
automate the process of updating and generating these tests.
If anyone is really interested, I can check my scripts for generating
this test in, but its a horrible pile of shell... Not sure its really
worth it.
Modified:
cfe/trunk/test/Preprocessor/predefined-arch-macros.c
Modified: cfe/trunk/test/Preprocessor/predefined-arch-macros.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/predefined-arch-macros.c?rev=140691&r1=140690&r2=140691&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/predefined-arch-macros.c (original)
+++ cfe/trunk/test/Preprocessor/predefined-arch-macros.c Wed Sep 28 05:17:41 2011
@@ -1,6 +1,8 @@
// These tests are generated by running utils/generate_arch_predefine_tests.sh
// to observe GCC's behavior (or some other system compiler's behavior).
//
+// Begin X86/GCC/Linux tests ----------------
+//
// RUN: %clang -march=i386 -m32 -E -dM %s -o - 2>&1 \
// RUN: | FileCheck %s -check-prefix=CHECK_I386_M32
// CHECK_I386_M32: #define __i386 1
@@ -616,3 +618,5 @@
// CHECK_ATHLON_FX_M64: #define __tune_k8__ 1
// CHECK_ATHLON_FX_M64: #define __x86_64 1
// CHECK_ATHLON_FX_M64: #define __x86_64__ 1
+//
+// End X86/GCC/Linux tests ------------------
More information about the cfe-commits
mailing list