OSDN Git Service

Undefined fseeko/ftello for Windows builds.
authorStephen Hines <srhines@google.com>
Tue, 30 Sep 2014 09:31:30 +0000 (02:31 -0700)
committerStephen Hines <srhines@google.com>
Tue, 30 Sep 2014 09:31:30 +0000 (02:31 -0700)
commitf8e021ce4621688f8f57bf98302cba23f5d7e0f1
treef5b8ae501c56315246a2841218b635afebcfce56
parent8a95734f9813e11664344a198af8c9203451e684
Undefined fseeko/ftello for Windows builds.

Bug: 14416410

These are "defined" when building under mingw, so they can't be
used as identifiers in LLVM. Once we fix this in upstream, we can
pull the patch back and revert this one.

Change-Id: Ib576a9617ca685ab3625a2d2d66f652bcb7f2c3e
include/llvm/Target/TargetLibraryInfo.h