| commit | d2eb26c7f089f27dc7655dd7e9ba8dddf0341c64 | [log] [tgz] |
|---|---|---|
| author | Saleem Abdulrasool <compnerd@compnerd.org> | Tue Oct 06 04:33:08 2015 +0000 |
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | Tue Oct 06 04:33:08 2015 +0000 |
| tree | 1c7fcf0e418c63c4fca06379aa24d9c3759a5d49 | |
| parent | e6f9652a22bc70938a201455791bd3bdc7f92723 [diff] |
builtins: fix build Unfortunately, int_utils.h needs to depend on int_lib for the common macro definitions. However, currently, int_utils.h is included by int_lib.h. Reorder the inclusion to work around this. llvm-svn: 249376