diff options
author | Paul Robinson <paul.robinson@sony.com> | 2022-04-05 14:13:50 -0700 |
---|---|---|
committer | Paul Robinson <paul.robinson@sony.com> | 2022-04-05 14:14:13 -0700 |
commit | 1e085448b36db240c9068c8c4e4cb12d4d7093cb (patch) | |
tree | 27273a7da363ba759bfcd6fc42f79097c23f3c3f /clang/lib/Basic/FileManager.cpp | |
parent | 15a1769631ff0b2b3e830b03e51ae5f54f08a0ab (diff) | |
download | llvm-1e085448b36db240c9068c8c4e4cb12d4d7093cb.zip llvm-1e085448b36db240c9068c8c4e4cb12d4d7093cb.tar.gz llvm-1e085448b36db240c9068c8c4e4cb12d4d7093cb.tar.bz2 |
[PS4] Fix header search list
A missing "break" in the initial implementation had us adding a
spurious "/usr/include" to the header search list. Later someone
introduced LLVM_FALLTHROUGH to prevent a warning. Replace this with
the correct "break" and make sure the extra directory isn't added to
the PS4 header search list.
Diffstat (limited to 'clang/lib/Basic/FileManager.cpp')
0 files changed, 0 insertions, 0 deletions