summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/predefined-arch-macros.c
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-09-28 10:17:41 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-09-28 10:17:41 +0000
commite83c3d9d33e3b345255c34c80a5339729707b06d (patch)
treedc8ad0f4206411c0204c4541dc5c06f768411014 /clang/test/Preprocessor/predefined-arch-macros.c
parent5d0feef373855b3e60b34702f337b0e05a003cb4 (diff)
downloadbcm5719-llvm-e83c3d9d33e3b345255c34c80a5339729707b06d.tar.gz
bcm5719-llvm-e83c3d9d33e3b345255c34c80a5339729707b06d.zip
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. llvm-svn: 140691
Diffstat (limited to 'clang/test/Preprocessor/predefined-arch-macros.c')
-rw-r--r--clang/test/Preprocessor/predefined-arch-macros.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/predefined-arch-macros.c b/clang/test/Preprocessor/predefined-arch-macros.c
index 2e776822f6d..0b651690b42 100644
--- a/clang/test/Preprocessor/predefined-arch-macros.c
+++ b/clang/test/Preprocessor/predefined-arch-macros.c
@@ -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 ------------------
OpenPOWER on IntegriCloud