Issue 129361
Summary [libc] Bad includes in `stdfix.h`
Labels libc
Assignees
Reporter lazyprop
    The generated `stdfix.h` tries to include the following headers which do not exist 
```
#include "llvm-libc-types/int_hk_t.h"
#include "llvm-libc-types/int_hr_t.h"
#include "llvm-libc-types/int_k_t.h"
#include "llvm-libc-types/int_lk_t.h"
#include "llvm-libc-types/int_lr_t.h"
#include "llvm-libc-types/int_r_t.h"
#include "llvm-libc-types/uint_uhk_t.h"
#include "llvm-libc-types/uint_uhr_t.h"
#include "llvm-libc-types/uint_uk_t.h"
#include "llvm-libc-types/uint_ulk_t.h"
#include "llvm-libc-types/uint_ulr_t.h"
#include "llvm-libc-types/uint_ur_t.h"
```
All these types are already defined in `llvm-libc-types/stdfix-types.h`. Manually commenting out all of the above fixes the error.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to