2014-03-21 08:33:59 +08:00
|
|
|
// RUN: rm -rf %t
|
2015-06-16 08:08:24 +08:00
|
|
|
// RUN: %clang_cc1 -x objective-c-header -fmodules -fimplicit-module-maps -fmodules-cache-path=%t \
|
2014-03-21 08:33:59 +08:00
|
|
|
// RUN: -I%S/Inputs/macro-undef-through-pch -emit-pch \
|
|
|
|
// RUN: %S/Inputs/macro-undef-through-pch/foo.h -o %t.pch
|
2015-06-16 08:08:24 +08:00
|
|
|
// RUN: %clang_cc1 -x objective-c -fmodules -fimplicit-module-maps -fmodules-cache-path=%t \
|
2014-04-15 02:00:01 +08:00
|
|
|
// RUN: -I%S/Inputs/macro-undef-through-pch -emit-pch \
|
|
|
|
// RUN: -include-pch %t.pch %s
|
2014-03-21 08:33:59 +08:00
|
|
|
|
|
|
|
// PR19215
|
|
|
|
#undef AB
|