Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix windows only build failure on include filename. #17721

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Sep 27, 2024

Fix windows only build failure on include filename.

Between eliding third_party directory names in includes, and Windows being case insensitive on header include paths, the following include was ambiguous and resolved to (1), leading to issues in using the StableHLO header:

#include "stablehlo/transforms/Passes.h"
// (1) tensorflow/compiler/mlir/lite/stablehlo/transforms/passes.h
// (2) @stablehlo - third_party/stablehlo/stablehlo/transforms/Passes.h

@copybara-service copybara-service bot force-pushed the test_679703637 branch 13 times, most recently from 31d4f9e to 1ce7a49 Compare October 3, 2024 20:58
Between eliding third_party directory names in includes, and Windows being case insensitive on header include paths, the following include was ambiguous and resolved to (1), leading to issues in using the StableHLO header:

```
#include "stablehlo/transforms/Passes.h"
// (1) tensorflow/compiler/mlir/lite/stablehlo/transforms/passes.h
// (2) @stablehlo - third_party/stablehlo/stablehlo/transforms/Passes.h
```

PiperOrigin-RevId: 679703637
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant