mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-20 10:42:36 +00:00
some mips and some sparc compilers apparently
predefine mips and sparc respectively. Just overrule them :) llvm-svn: 80072
This commit is contained in:
parent
cacfed5271
commit
7e0ab348a7
@ -13,6 +13,11 @@
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include <string>
|
||||
|
||||
// Some system headers or GCC predefined macros conflict with identifiers in
|
||||
// this file. Undefine them here.
|
||||
#undef mips
|
||||
#undef sparc
|
||||
|
||||
namespace llvm {
|
||||
class StringRef;
|
||||
class Twine;
|
||||
|
Loading…
x
Reference in New Issue
Block a user