Parse Tag_compatibility correctly.
[oota-llvm.git] / lib / Support / Host.cpp
index 6b932130fb50fe63cfc97707226e734bf9ce2f43..2abbc1440a250ee162791aaf703e6c214e154b81 100644 (file)
@@ -51,7 +51,6 @@ using namespace llvm;
 
 #if defined(__linux__)
 static ssize_t LLVM_ATTRIBUTE_UNUSED readCpuInfo(void *Buf, size_t Size) {
-  assert(0);
   // Note: We cannot mmap /proc/cpuinfo here and then process the resulting
   // memory buffer because the 'file' has 0 size (it can be read from only
   // as a stream).