Needed to build on PPC Linux.

llvm-svn: 33352
This commit is contained in:
Nick Lewycky 2007-01-19 04:36:02 +00:00
parent fb51713cef
commit 28c5b8618a
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@
#include <string>
// GCC #defines PPC on Linux but we use it as our namespace name
#undef PPC
namespace llvm {
namespace PPC {