llvm-project
3065cf23 - [bazel] Remove //clang:basic_internal_headers target (NFC) (#123230)

Commit
294 days ago
[bazel] Remove //clang:basic_internal_headers target (NFC) (#123230) This target exists to allow `#include "Header.h"` for headers in lib/Basic rather than using file-relative inclusion. This is rather hacky and results in having two targets that claim the same headers. Instead, we can pass a `-I` flag in the `copts` for //clang:basic, to adjust the include path to keep those `#include "Header.h"` directives working. There are other targets in this file already doing a similar thing for generated files.
Author
Parents
Loading