Issue 114572
Summary [libc] wrong header guard on libc/src/__support/big_int.h
Labels good first issue, libc
Assignees
Reporter nickdesaulniers
    libc/src/__support/big_int.h has the header guards:
```c
#ifndef LLVM_LIBC_SRC___SUPPORT_UINT_H
#define LLVM_LIBC_SRC___SUPPORT_UINT_H
...
#endif // LLVM_LIBC_SRC___SUPPORT_UINT_H
```

These 3 should be changed to `LLVM_LIBC_SRC___SUPPORT_BIG_INT_H`.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to