lebedev.ri added inline comments.

================
Comment at: lib/Support/MemoryBuffer.cpp:42
 
+static bool MemoryMappingEnabled = true;
+
----------------
Such global flags are a bad idea in general, and really not great in LLVM's 
case.
The editor would set it for "it's" llvm, but that will also affect the LLVM 
that is used by e.g. mesa.



CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54995/new/

https://reviews.llvm.org/D54995



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to