llvm-6502/include/llvm/System
Bill Wendling fbaa37937f On Darwin, the string header file isn't 64-bit clean. The use of
"-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
2008-05-17 09:10:40 +00:00
..
Alarm.h Remove uses of llvm/System/IncludeFile.h that are no longer needed. 2008-05-06 01:32:53 +00:00
Disassembler.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
DynamicLibrary.h Remove uses of llvm/System/IncludeFile.h that are no longer needed. 2008-05-06 01:32:53 +00:00
Host.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
IncludeFile.h Specialize FORCE_DEFINING_FILE_TO_BE_LINKED using a GCC trick 2008-03-21 23:38:23 +00:00
LICENSE.TXT Initial implementation of the Path operating system concept. 2004-08-25 06:20:07 +00:00
Memory.h Remove uses of llvm/System/IncludeFile.h that are no longer needed. 2008-05-06 01:32:53 +00:00
Mutex.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
Path.h On Darwin, the string header file isn't 64-bit clean. The use of 2008-05-17 09:10:40 +00:00
Process.h Remove uses of llvm/System/IncludeFile.h that are no longer needed. 2008-05-06 01:32:53 +00:00
Program.h Remove uses of llvm/System/IncludeFile.h that are no longer needed. 2008-05-06 01:32:53 +00:00
Signals.h Remove uses of llvm/System/IncludeFile.h that are no longer needed. 2008-05-06 01:32:53 +00:00
TimeValue.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00