Do not include multiple -arch options in CPPFLAGS.
[oota-llvm.git] / utils / TableGen / StringToOffsetTable.h
index 6d528a2b0a7d9064101afe2a4a11f21e23f7a841..803f5bd5cf014e1d5e7a18f60d11bc769a8e0745 100644 (file)
@@ -40,9 +40,6 @@ public:
   }
   
   void EmitString(raw_ostream &O) {
-    assert(AggregateString.size() <= 65536 &&
-           "Aggregate string too large to be portable");
-
     // Escape the string.
     SmallString<256> Str;
     raw_svector_ostream(Str).write_escaped(AggregateString);