From ebaf14bdd05f8593581ace802d4505930efd8967 Mon Sep 17 00:00:00 2001 From: Ben Langmuir Date: Fri, 18 Jul 2014 18:38:24 +0000 Subject: Revert "[modules] Fix macro hiding bug exposed if:" This is breaking the system modules on Darwin, because something that was defined and re-exported no longer is. Might be this patch, or might just be a really poor interaction with an existing visibility bug. This reverts commit r213348. llvm-svn: 213395 --- clang/test/Modules/macro-hiding.cpp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 clang/test/Modules/macro-hiding.cpp (limited to 'clang/test/Modules/macro-hiding.cpp') diff --git a/clang/test/Modules/macro-hiding.cpp b/clang/test/Modules/macro-hiding.cpp deleted file mode 100644 index a7a6064e64d..00000000000 --- a/clang/test/Modules/macro-hiding.cpp +++ /dev/null @@ -1,6 +0,0 @@ -// RUN: rm -rf %t -// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -#include "c1.h" -#include "b2.h" - -void h() { assert(true); } -- cgit v1.2.3