diff options
author | Jorge Gorbe Moya <jgorbe@google.com> | 2025-01-17 09:34:23 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-17 09:34:23 -0800 |
commit | 3065cf238ca3fddd74cba0bd660afe5fd4e7da03 (patch) | |
tree | f7ea9d1f89468de484745c850d8cd51899a131ec /llvm/lib/Object/WasmObjectFile.cpp | |
parent | ee1c85225235c4353555a17b73ba16a2f177265b (diff) | |
download | llvm-3065cf238ca3fddd74cba0bd660afe5fd4e7da03.zip llvm-3065cf238ca3fddd74cba0bd660afe5fd4e7da03.tar.gz llvm-3065cf238ca3fddd74cba0bd660afe5fd4e7da03.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/Object/WasmObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions