Skip to content
Commit 06ef388a authored by Chris Lattner's avatar Chris Lattner
Browse files

fix a bug introduced in my previous patch: moving clang headers to the

"after" group instead of the system group makes it so #include <limits.h>
picks up the *system* limits.h file before clang's.  This causes a failure
on linux and is definitely not what we want.

llvm-svn: 65026
parent 5555697f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment