Fixes #61347
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Did you test this? I kind of expected the triple would be normalized before this. I’m not at a computer to check.
Paths
| Differential D145857
[X86] Make triple ArchName override OS for i686 and i786 Needs ReviewPublic Authored by pengfei on Mar 11 2023, 8:17 PM. This revision needs review, but there are no reviewers specified.
Details
Summary Fixes #61347
Diff Detail
Event TimelineComment Actions Did you test this? I kind of expected the triple would be normalized before this. I’m not at a computer to check. Comment Actions
No, I just tried with gdb which proves the idea here. Will add test cases.
Revision Contents
Diff 504401 clang/lib/Driver/ToolChains/Arch/X86.cpp
clang/test/Driver/cl-x86-flags.c
clang/test/Driver/nacl-direct.c
|