-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclangClang issues not falling into any other categoryClang issues not falling into any other category
Description
Bugzilla Link | 19088 |
Resolution | FIXED |
Resolved on | Mar 15, 2014 05:41 |
Version | trunk |
OS | Linux |
Reporter | LLVM Bugzilla Contributor |
CC | @sylvestre |
Extended Description
I noticed this while trying to compile libpng. This still worked until a few days ago.
#include <limits.h>
int main() {
return 0;
}
/usr/include/limits.h:124:16: fatal error: 'limits.h' file not found
include_next <limits.h>
^
1 error generated.
$ apt-cache madison clang-3.5
clang-3.5 | 1:3.5svn203345-1exp1 | http://llvm.org/apt/saucy/ llvm-toolchain-saucy/main i386 Packages
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclangClang issues not falling into any other categoryClang issues not falling into any other category