mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-25 14:32:53 +00:00
fbaa37937f
"-Wshorten-64-to-32 -Werror" will cause a failure when compiling this complex program: #include <string> class Path { mutable std::string path; public: bool operator == (const Path &that) { return path == that.path; } }; Using strcmp gets us past this annoying error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51218 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
Alarm.h | ||
Disassembler.h | ||
DynamicLibrary.h | ||
Host.h | ||
IncludeFile.h | ||
LICENSE.TXT | ||
Memory.h | ||
Mutex.h | ||
Path.h | ||
Process.h | ||
Program.h | ||
Signals.h | ||
TimeValue.h |