diff options
author | Joseph Huber <huberjn@outlook.com> | 2024-09-13 11:22:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-13 13:22:44 -0500 |
commit | c3ac3fe8259b4ae85736ca81fa30e4098123e0b4 (patch) | |
tree | 545498280e49458a41285f782fe9a8eb2288125f /llvm/unittests/Support/ProgramTest.cpp | |
parent | 39f2d2f156ba8af31a15f6df223d3cb57c7a4906 (diff) | |
download | llvm-c3ac3fe8259b4ae85736ca81fa30e4098123e0b4.zip llvm-c3ac3fe8259b4ae85736ca81fa30e4098123e0b4.tar.gz llvm-c3ac3fe8259b4ae85736ca81fa30e4098123e0b4.tar.bz2 |
[OpenMP] Fix redefining `stdint.h` types (#108607)
Summary:
We can include `stdint.h` just fine as long as we don't allow it to find
system headers, passing `-nostdlibinc` and `-nogpuinc` suppresses these
extra paths so we will just use the clang resource headers for
`stdint.h` and `stddef.h`.
Diffstat (limited to 'llvm/unittests/Support/ProgramTest.cpp')
0 files changed, 0 insertions, 0 deletions