aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/macros.c
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-01-23 18:21:56 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-01-23 18:21:56 +0000
commit0c06cbc51c581ea31dac14134bd184e491fe5caf (patch)
tree5850c57ae4e0d8d081403c9c14dd8abcafa56881 /test/Modules/macros.c
parentcc12f8deef52d2592bca2334804d650c3821ce69 (diff)
[PCH] Temporarily disable the "ambiguous macro" warning that is currently bogus with a PCH
that redefined a macro without undef'ing it first. Proper reconstruction of the macro info history from modules will properly fix this in subsequent commits. rdar://13016031 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173281 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Modules/macros.c')
-rw-r--r--test/Modules/macros.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Modules/macros.c b/test/Modules/macros.c
index f6b47442c4..1178711cd2 100644
--- a/test/Modules/macros.c
+++ b/test/Modules/macros.c
@@ -1,3 +1,4 @@
+// XFAIL: *
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -x objective-c -emit-module -fmodule-cache-path %t -fmodule-name=macros_top %S/Inputs/module.map
// RUN: %clang_cc1 -fmodules -x objective-c -emit-module -fmodule-cache-path %t -fmodule-name=macros_left %S/Inputs/module.map