Commit 6159a6b
committed
[bazel] Remove //clang:basic_internal_headers target (NFC)
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.1 parent cea41e9 commit 6159a6b
1 file changed
+2
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
666 | 666 | | |
667 | 667 | | |
668 | 668 | | |
669 | | - | |
670 | | - | |
671 | | - | |
672 | | - | |
673 | | - | |
674 | | - | |
675 | | - | |
676 | | - | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | | - | |
681 | | - | |
682 | 669 | | |
683 | 670 | | |
684 | 671 | | |
| |||
696 | 683 | | |
697 | 684 | | |
698 | 685 | | |
| 686 | + | |
699 | 687 | | |
700 | 688 | | |
701 | 689 | | |
| |||
729 | 717 | | |
730 | 718 | | |
731 | 719 | | |
| 720 | + | |
732 | 721 | | |
733 | 722 | | |
734 | 723 | | |
| |||
748 | 737 | | |
749 | 738 | | |
750 | 739 | | |
751 | | - | |
752 | 740 | | |
753 | 741 | | |
754 | 742 | | |
| |||
0 commit comments