From: Eric Christopher Date: Wed, 16 Oct 2013 21:19:23 +0000 (+0000) Subject: Remove an old, seemingly out of date, comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d37df39addfa12978833a5abd7ca0d409dc2d384;p=clang Remove an old, seemingly out of date, comment. The referenced script no longer seems to exist. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192848 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Preprocessor/predefined-arch-macros.c b/test/Preprocessor/predefined-arch-macros.c index 45e317a3d8..af90c2d0d2 100644 --- a/test/Preprocessor/predefined-arch-macros.c +++ b/test/Preprocessor/predefined-arch-macros.c @@ -1,6 +1,3 @@ -// 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 \