Skip to content

Commit 221b7a4

Browse files
committed
[bazel] Add lib/Basic/BuiltinTargetFeatures.h to clang:basic hdrs.
This header is included by clang/unittests/CodeGen/CheckTargetFeaturesTest.cpp so it needs to be exposed here to make it visible.
1 parent 4202d69 commit 221b7a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/bazel/llvm-project-overlay/clang/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ cc_library(
403403
]),
404404
hdrs = glob([
405405
"include/clang/Basic/*.h",
406+
"lib/Basic/BuiltinTargetFeatures.h",
406407
]),
407408
copts = [
408409
"-DHAVE_VCS_VERSION_INC",

0 commit comments

Comments
 (0)