Commit 11f7383
Apply
Copybara Import from bazelbuild/rules_cc#520
BEGIN_PUBLIC
Apply `--cxxopt` to C++20 module interfaces (bazelbuild#520)
C++20 module interfaces are not recognizable by fixed extensions, only by their appearance in the `module_interfaces` attribute.
Closes bazelbuild#520
END_PUBLIC
PiperOrigin-RevId: 829568265
Change-Id: Iee8da3eabdb27b4897e1d39d0ec56e904c3e1040--cxxopt to C++20 module interfaces1 parent 69bfa72 commit 11f7383
File tree
2 files changed
+12
-2
lines changed- src/main/starlark/builtins_bzl/common/cc/compile
2 files changed
+12
-2
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
558 | 558 | | |
559 | 559 | | |
560 | 560 | | |
| 561 | + | |
| 562 | + | |
561 | 563 | | |
562 | 564 | | |
563 | 565 | | |
| |||
1609 | 1611 | | |
1610 | 1612 | | |
1611 | 1613 | | |
| 1614 | + | |
| 1615 | + | |
1612 | 1616 | | |
1613 | 1617 | | |
1614 | 1618 | | |
| |||
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | | - | |
389 | | - | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
390 | 396 | | |
391 | 397 | | |
392 | 398 | | |
| |||
0 commit comments